export type TenantSetting = { readonly id: number; readonly tenant_platform: string; readonly teams_bot_mentor: string; };