UNPKG

wallee

Version:
6 lines (5 loc) 130 B
declare enum SubscriptionSuspensionState { RUNNING = "RUNNING", ENDED = "ENDED" } export { SubscriptionSuspensionState };