UNPKG

pl4y-data-library

Version:

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

5 lines (4 loc) 143 B
export enum StockLocation { BACKROOM = "BACKROOM", // Stock at the backroom SALES_FLOOR = "SALES_FLOOR", // Stock on the sales floor }