UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

7 lines (6 loc) 139 B
export declare enum ProductStatus { ACTIVE = "ACTIVE", INACTIVE = "INACTIVE", EXPIRED = "EXPIRED", UPCOMING = "UPCOMING" }