Type alias SecretStoreMappingSkeleton

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

Type declaration

  • aliases: string[]
  • secretId: string