UNPKG

wallee

Version:
7 lines (6 loc) 181 B
declare enum CustomersPresence { NOT_PRESENT = "NOT_PRESENT", VIRTUAL_PRESENT = "VIRTUAL_PRESENT", PHYSICAL_PRESENT = "PHYSICAL_PRESENT" } export { CustomersPresence };