Updates
This commit is contained in:
@@ -1546,6 +1546,7 @@ export type DsqlCrudParam<
|
||||
sanitize?: (data?: T) => T;
|
||||
debug?: boolean;
|
||||
count?: boolean;
|
||||
countOnly?: boolean;
|
||||
};
|
||||
|
||||
export type ErrorCallback = (title: string, error: Error, data?: any) => void;
|
||||
@@ -1605,6 +1606,10 @@ export type PagePropsType = {
|
||||
pageUrl?: string | null;
|
||||
query?: any;
|
||||
databases?: DSQL_DATASQUIREL_USER_DATABASES[] | null;
|
||||
dbCount?: number | null;
|
||||
tableCount?: number | null;
|
||||
mediaCount?: number | null;
|
||||
apiKeysCount?: number | null;
|
||||
};
|
||||
|
||||
export type APIResponseObject<T extends any = any> = {
|
||||
|
||||
Reference in New Issue
Block a user