UNPKG

igdb-ts

Version:

Unofficial IGDB API TypeScript wrapper.

29 lines 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CharacterMugShotReferenceFields = exports.CharacterMugShotFields = void 0; var CharacterMugShotFields; (function (CharacterMugShotFields) { CharacterMugShotFields["ID"] = "id"; CharacterMugShotFields["CHECKSUM"] = "checksum"; CharacterMugShotFields["ALPHA_CHANNEL"] = "alpha_channel"; CharacterMugShotFields["ANIMATED"] = "animated"; CharacterMugShotFields["HEIGHT"] = "height"; CharacterMugShotFields["IMAGE_ID"] = "image_id"; CharacterMugShotFields["URL"] = "url"; CharacterMugShotFields["WIDTH"] = "width"; })(CharacterMugShotFields = exports.CharacterMugShotFields || (exports.CharacterMugShotFields = {})); /** * Referenced from [Character]({@link Character.ts}) - mug_shot field */ var CharacterMugShotReferenceFields; (function (CharacterMugShotReferenceFields) { CharacterMugShotReferenceFields["ID"] = "mug_shot.id"; CharacterMugShotReferenceFields["ALPHA_CHANNEL"] = "mug_shot.alpha_channel"; CharacterMugShotReferenceFields["ANIMATED"] = "mug_shot.animated"; CharacterMugShotReferenceFields["CHECKSUM"] = "mug_shot.checksum"; CharacterMugShotReferenceFields["HEIGHT"] = "mug_shot.height"; CharacterMugShotReferenceFields["IMAGE_ID"] = "mug_shot.image_id"; CharacterMugShotReferenceFields["URL"] = "mug_shot.url"; CharacterMugShotReferenceFields["WIDTH"] = "mug_shot.width"; })(CharacterMugShotReferenceFields = exports.CharacterMugShotReferenceFields || (exports.CharacterMugShotReferenceFields = {})); //# sourceMappingURL=CharacterMugShot.js.map