declare type LimitType = "CARD_LIMIT_ATM" | "CARD_LIMIT_CONTACTLESS" | "CARD_LIMIT_DIPPING" | "CARD_LIMIT_POS_ICC";
export default LimitType;
