UNPKG

wallee

Version:
6 lines (5 loc) 126 B
declare enum PaymentAppProcessorState { ACTIVE = "ACTIVE", DELETED = "DELETED" } export { PaymentAppProcessorState };