UNPKG

@microsoft.azure/autorest.incubator

Version:
32 lines 996 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const dictionary_1 = require("../../common/dictionary"); const extensions_1 = require("../../common/code-model/extensions"); class Contact extends extensions_1.Extensions { constructor(initializer) { super(); this.extensions = new dictionary_1.Dictionary(); this.apply(initializer); } } exports.Contact = Contact; class Info extends extensions_1.Extensions { constructor(title, version, initializer) { super(); this.title = title; this.version = version; this.extensions = new dictionary_1.Dictionary(); this.apply(initializer); } } exports.Info = Info; class License extends extensions_1.Extensions { constructor(name, initializer) { super(); this.name = name; this.extensions = new dictionary_1.Dictionary(); this.apply(initializer); } } exports.License = License; //# sourceMappingURL=info.js.map