export class SecretRequest { key: string; value: string; note: string; projectId?: string; }