This commit is contained in:
nflnkr 2023-03-22 14:42:12 +03:00
parent 29392562d5
commit c3dee2f79a

@ -28,7 +28,7 @@ export interface GetTicketsRequest {
export interface GetTicketsResponse {
count: number;
data: Ticket[];
data: Ticket[] | null;
};
export interface Ticket {