declare enum PassticketType { Count = "Count", Month = "Month", Year = "Year" } export default PassticketType;