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