UNPKG

@vkontakte/api-schema-typescript-generator

Version:

VK API TypeScript generator

15 lines (14 loc) 652 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ObjectType = exports.RefsDictionaryType = void 0; var RefsDictionaryType; (function (RefsDictionaryType) { RefsDictionaryType[RefsDictionaryType["GenerateAndImport"] = 0] = "GenerateAndImport"; RefsDictionaryType[RefsDictionaryType["Generate"] = 1] = "Generate"; })(RefsDictionaryType || (exports.RefsDictionaryType = RefsDictionaryType = {})); var ObjectType; (function (ObjectType) { ObjectType["Object"] = "object"; ObjectType["Response"] = "response"; ObjectType["Params"] = "params"; })(ObjectType || (exports.ObjectType = ObjectType = {}));