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
@@ -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;