interface GoOutInterface {
    activity: Activity;
    pause?: string | boolean;
}

Properties

Properties

activity: Activity
pause?: string | boolean

Generated using TypeDoc