import type { Secret } from '../schemas/Secret'; export interface SecretRequest { secret: Secret; }