update api types
This commit is contained in:
parent
8293c1babe
commit
5b9c73334c
|
@ -1772,7 +1772,7 @@ export type Endpoints = {
|
|||
untilDate?: number;
|
||||
sortBy?: 'startDate' | 'craetedAt';
|
||||
filters?: {
|
||||
key: string;
|
||||
key: string[];
|
||||
values: (string | null)[];
|
||||
}[];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue