import type { SecretRequest } from '../schemas/SecretRequest'; export type SecretValidationRequestRequestBody = SecretRequest;