/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type WebexConfig = { readonly id: number; readonly bot: number; /** * Bot id from webex */ webex_bot_id: string; bot_access_token: string; bot_username: string; };