@alba-cars/common-modules
Version:
A package containing DTOs, validation classes and common modules and interfaces for Alba Cars
19 lines (18 loc) • 473 B
TypeScript
export declare enum TicketRequestType {
WARRANTY = "Warranty",
REFUND = "Refund",
TEST_DRIVE = "Test Drive",
CAR_VIEWING = "Car Viewing",
COMPLAINT = "Complaint",
SUPPORT = "Support",
BUYING_A_CAR = "Buying a Car",
SELLING_A_CAR = "Selling a Car",
AFTERCARE = "Aftercare",
OTHER = "Other"
}
export declare enum TicketStatusType {
OPEN = "Open",
IN_PROGRESS = "In Progress",
RESOLVED = "Resolved",
CLOSED = "Closed"
}