UNPKG

pl4y-data-library

Version:

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

10 lines (9 loc) 276 B
export declare enum StockStatus { IN_STOCK = "IN_STOCK", OUT_OF_STOCK = "OUT_OF_STOCK", LOW_STOCK = "LOW_STOCK", BACK_ORDERED = "BACK_ORDERED", DISCONTINUED = "DISCONTINUED", RESERVED = "RESERVED", PENDING_REPLENISHMENT = "PENDING_REPLENISHMENT" }