fix: ts errors

This commit is contained in:
Daniel Hougaard
2025-04-25 05:40:28 +04:00
parent a204629bef
commit 8563eb850b

View File

@@ -20,7 +20,7 @@ export const BaseSecretRotationSchema = (type: SecretRotation) =>
// unique to provider
type: true,
parameters: true,
secretMappings: true
secretsMapping: true
}).extend({
connection: z.object({
app: z.literal(SECRET_ROTATION_CONNECTION_MAP[type]),