export type TeamsConfig = { readonly id: number; readonly bot: number; client_id: string; client_secret: string; verification_token?: string; };