fix type
This commit is contained in:
parent
29392562d5
commit
c3dee2f79a
@ -28,7 +28,7 @@ export interface GetTicketsRequest {
|
||||
|
||||
export interface GetTicketsResponse {
|
||||
count: number;
|
||||
data: Ticket[];
|
||||
data: Ticket[] | null;
|
||||
};
|
||||
|
||||
export interface Ticket {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user