export type SlackInstallationType = { tokenType: string; appId: string; scope: string; botUserId: string; botId: string; team?: { id: string; name: string; }; enterprise?: { id: string; name: string; }; type?: 'knowledgebase' | 'agent'; subdomain?: string; };