rijksmuseum-typescript-api
Version:
Rijksmuseum API Wrapper made with Typescript and RxJS
12 lines (11 loc) • 466 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ArtObjectType;
(function (ArtObjectType) {
ArtObjectType["BRACELET"] = "bracelet";
ArtObjectType["PAINTING"] = "painting";
ArtObjectType["PHOTOGRAPH"] = "photograph";
ArtObjectType["PRINT"] = "print";
ArtObjectType["DRAWING"] = "drawing";
ArtObjectType["FIGURE"] = "figure";
})(ArtObjectType = exports.ArtObjectType || (exports.ArtObjectType = {}));