Updates
This commit is contained in:
@@ -2895,6 +2895,7 @@ export type APIPathsBody<
|
||||
T extends { [k: string]: any } = { [k: string]: any }
|
||||
> = APIPathsQuery<T> & {
|
||||
data?: T;
|
||||
batchData?: T[];
|
||||
};
|
||||
|
||||
export type APIPathsQuery<
|
||||
|
||||
Reference in New Issue
Block a user