export type GitlabInstallationType = { projectId: number; encryptedWebhookToken: string; encryptedAccessToken: string; };