Type Alias SecretStoreMappingSkeleton

SecretStoreMappingSkeleton: IdObjectSkeletonInterface & {
    aliases: string[];
    secretId: string;
}