export type ProjectSecretsApplication = { tenantId: string; clientId: string; clientSecret: string; };