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