Update index.ts

This commit is contained in:
Abubeker Yasin
2026-08-28 10:02:48 +03:00
committed by GitHub
parent e00a1145b2
commit bf2a6e827b

View File

@@ -3,6 +3,7 @@ import type { BaseEntity } from "../common";
export * from "./support-chat";
export * from "./blocked-seat-revenue-loss";
export enum TicketStatus {
Reserved = "RESERVED",
Confirmed = "CONFIRMED",