Updates
This commit is contained in:
@@ -1673,7 +1673,7 @@ export type PagePropsType = {
|
||||
|
||||
export type ResponseQueryObject = {
|
||||
sql?: string;
|
||||
params?: string[];
|
||||
params?: (string | number)[];
|
||||
};
|
||||
|
||||
export type APIResponseObject<T extends any = any> = {
|
||||
|
||||
Reference in New Issue
Block a user