export type GithubInstallationType = { id: number; owner: string; type?: 'user' | 'organization'; isSelfHosted?: boolean; subdomains?: string[]; };