update api types

This commit is contained in:
ssmucny 2023-06-17 17:35:22 -04:00
parent 8293c1babe
commit 5b9c73334c
1 changed files with 1 additions and 1 deletions

View File

@ -1772,7 +1772,7 @@ export type Endpoints = {
untilDate?: number; untilDate?: number;
sortBy?: 'startDate' | 'craetedAt'; sortBy?: 'startDate' | 'craetedAt';
filters?: { filters?: {
key: string; key: string[];
values: (string | null)[]; values: (string | null)[];
}[]; }[];
}; };