UNPKG

@sphereon/ssi-sdk-ext.kms-azure-rest-client

Version:

Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.

29 lines 698 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BinaryData = void 0; class BinaryData { static getAttributeTypeMap() { return BinaryData.attributeTypeMap; } constructor() { } } exports.BinaryData = BinaryData; BinaryData.discriminator = undefined; BinaryData.mapping = undefined; BinaryData.attributeTypeMap = [ { "name": "length", "baseName": "length", "type": "number", "format": "int64" }, { "name": "replayable", "baseName": "replayable", "type": "boolean", "format": "" } ]; //# sourceMappingURL=BinaryData.js.map //# sourceMappingURL=BinaryData.js.map