UNPKG

ern-api-gen

Version:

Electrode Native API generator

9 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Property_1 = require("./Property"); class UUIDProperty extends Property_1.Property { } UUIDProperty.FORMAT = 'uuid'; UUIDProperty.TYPE = 'string'; exports.UUIDProperty = UUIDProperty; //# sourceMappingURL=UUIDProperty.js.map