UNPKG

wallee

Version:
8 lines (7 loc) 212 B
declare enum SubscriptionProductComponentReferenceState { CREATE = "CREATE", ACTIVE = "ACTIVE", DELETING = "DELETING", DELETED = "DELETED" } export { SubscriptionProductComponentReferenceState };