interface ActivityAction {
    action: string;
    target: string;
}

Properties

Properties

action: string
target: string