export type WebexConfig = { readonly id: number; readonly bot: number; /** * Bot id from webex */ webex_bot_id: string; bot_access_token: string; bot_username: string; };