@goboomtown/entities-nest
Version:
entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO
12 lines (11 loc) • 371 B
TypeScript
export declare enum IndustryEnum {
Other = "Other",
Restaurant = "Restaurant",
MedicalDental = "Medical / Dental",
HealthBeauty = "Health & Beauty",
NationalRetail = "National Retail",
NationalRestaurant = "National Restaurant",
MidMarketRetail = "Mid-Market Retail",
MidMarketRestaurant = "Mid-Market Restaurant",
Retail = "Retail"
}