Interface SecretsExportInterface

interface SecretsExportInterface {
    meta?: ExportMetaData;
    secret: Record<string, SecretSkeleton>;
}

Properties

Properties

secret: Record<string, SecretSkeleton>