export interface GetSecretDto {
    projectId: string;
    ownerId: string;
    component: string;
    environment: string;
}
