export interface PostWorkspaceSecretResponseModel {
    type: "stored";
    secretId: string;
    name: string;
}
