export interface SecretDeleteParams {
    name: string;
}
