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