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