This commit is contained in:
2025-12-30 18:00:20 +01:00
parent 637ca6ea54
commit 276a0db83b
8 changed files with 9 additions and 2 deletions
+1
View File
@@ -2895,6 +2895,7 @@ export type APIPathsBody<
T extends { [k: string]: any } = { [k: string]: any }
> = APIPathsQuery<T> & {
data?: T;
batchData?: T[];
};
export type APIPathsQuery<