UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

12 lines (11 loc) 202 B
/** * Determines the value for the customer status. * * @OvationCXMApi */ export declare enum CustomerStatusEnum { Inactive = 0, Active = 1, SubscribedSubscribed = 2, Deleted = 99 }