Interface SecretStoreExportInterface

interface SecretStoreExportInterface {
    meta?: ExportMetaData;
    secretstore: Record<string, SecretStoreExportSkeleton>;
}

Properties

Properties

secretstore: Record<string, SecretStoreExportSkeleton>