update api types
This commit is contained in:
parent
8293c1babe
commit
5b9c73334c
|
@ -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)[];
|
||||||
}[];
|
}[];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue