@aptly-as/types
Version:
Aptly types and enums
10 lines (9 loc) • 357 B
JavaScript
export var AptlyItemType;
(function (AptlyItemType) {
AptlyItemType["Physical"] = "physical";
AptlyItemType["Digital"] = "digital";
AptlyItemType["Service"] = "service";
AptlyItemType["Resource"] = "resource";
AptlyItemType["Material"] = "material";
AptlyItemType["Category"] = "category";
})(AptlyItemType || (AptlyItemType = {}));