UNPKG

won-dto

Version:

Won DTO For WonCore

11 lines (10 loc) 254 B
export declare enum InternalTransactionStatus { PENDING = "PENDING", DONE = "DONE", ERROR = "ERROR", CANCELLED = "CANCELLED" } export declare enum InternalTransactionEvents { CLAIM = "CLAIM", CLAIM_REF_BONUS = "CLAIM_REF_BONUS" }