Updates
This commit is contained in:
@@ -5,10 +5,7 @@ export default function dbGrabUserResource<T extends {
|
||||
batch: T[] | null;
|
||||
single: T | null;
|
||||
debug: {
|
||||
queryObject: {
|
||||
sql?: string;
|
||||
params?: string[];
|
||||
} | undefined;
|
||||
queryObject: import("../../../../types").ResponseQueryObject | undefined;
|
||||
error: any;
|
||||
msg: string | undefined;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user