This commit is contained in:
2025-12-11 09:18:22 +01:00
parent f91aff421c
commit c88fb13375
8 changed files with 48 additions and 27 deletions
+1 -1
View File
@@ -1438,7 +1438,7 @@ export type PagePropsType = {
};
export type ResponseQueryObject = {
sql?: string;
params?: string[];
params?: (string | number)[];
};
export type APIResponseObject<T extends any = any> = {
success: boolean;