Interface SecretsExportInterface

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

Properties

Properties

secrets: Record<string, SecretSkeleton>