interface TwitterUserAuthFlowResponse {
    errors?: TwitterApiErrorRaw[];
    flow_token?: string;
    status?: string;
    subtasks?: { enter_text?: {}; subtask_id: string }[];
}

Properties

flow_token?: string
status?: string
subtasks?: { enter_text?: {}; subtask_id: string }[]