UNPKG

igdb-ts

Version:

Unofficial IGDB API TypeScript wrapper.

20 lines 841 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SearchFields = void 0; var SearchFields; (function (SearchFields) { SearchFields["ID"] = "id"; SearchFields["CHECKSUM"] = "checksum"; SearchFields["ALTERNATIVE_NAME"] = "alternative_name"; SearchFields["CHARACTER"] = "character"; SearchFields["COLLECTION"] = "collection"; SearchFields["COMPANY"] = "company"; SearchFields["DESCRIPTION"] = "description"; SearchFields["GAME"] = "game"; SearchFields["NAME"] = "name"; SearchFields["PLATFORM"] = "platform"; SearchFields["PUBLISHED_AT"] = "published_at"; SearchFields["TEST_DUMMY"] = "test_dummy"; SearchFields["THEME"] = "theme"; })(SearchFields = exports.SearchFields || (exports.SearchFields = {})); //# sourceMappingURL=Search.js.map