pl4y-data-library
Version:
This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.
25 lines (24 loc) • 458 B
TypeScript
export declare enum ProductCategory {
UNSPECIFIED = 0,
ELECTRONICS = 1,
HOME_APPLIANCES = 2,
FURNITURE = 3,
CLOTHING = 4,
FOOTWEAR = 5,
BEAUTY = 6,
SPORTS = 7,
BOOKS = 8,
TOYS = 9,
GROCERY = 10,
BEVERAGES = 11,
ALCOHOL = 12,
HEALTHCARE = 13,
PET_SUPPLIES = 14,
OFFICE_SUPPLIES = 15,
AUTOMOTIVE = 16,
JEWELRY = 17,
GARDEN = 18,
MUSIC = 19,
VIDEO_GAMES = 20,
OTHER = 21
}