igdb-ts
Version:
Unofficial IGDB API TypeScript wrapper.
21 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformFamilyReferenceFields = exports.PlatformFamilyFields = void 0;
var PlatformFamilyFields;
(function (PlatformFamilyFields) {
PlatformFamilyFields["ID"] = "id";
PlatformFamilyFields["CHECKSUM"] = "checksum";
PlatformFamilyFields["NAME"] = "name";
PlatformFamilyFields["SLUG"] = "slug";
})(PlatformFamilyFields = exports.PlatformFamilyFields || (exports.PlatformFamilyFields = {}));
/**
* Referenced from [Platform]({@link Platform.ts}) - platform_family field
*/
var PlatformFamilyReferenceFields;
(function (PlatformFamilyReferenceFields) {
PlatformFamilyReferenceFields["ID"] = "platform_family.id";
PlatformFamilyReferenceFields["CHECKSUM"] = "platform_family.checksum";
PlatformFamilyReferenceFields["NAME"] = "platform_family.name";
PlatformFamilyReferenceFields["SLUG"] = "platform_family.slug";
})(PlatformFamilyReferenceFields = exports.PlatformFamilyReferenceFields || (exports.PlatformFamilyReferenceFields = {}));
//# sourceMappingURL=PlatformFamily.js.map