This commit is contained in:
Benjamin Toby
2025-08-13 11:42:07 +01:00
parent 56198e8ac5
commit e8269a8b5e
7 changed files with 40 additions and 32 deletions
@@ -1,16 +1,16 @@
import { GrabUserResourceParams } from "../../../../types";
export default function (params?: GrabUserResourceParams): import("../../../../types").ServerQueryParam<{
[k: string]: any;
}> & {
}, string> & {
query?: import("../../../../types").ServerQueryQueryObject<{
[k: string]: any;
}> | undefined;
} & import("../../../../types").ServerQueryParam<any> & {
query?: import("../../../../types").ServerQueryQueryObject<any> | undefined;
}, string> | undefined;
} & import("../../../../types").ServerQueryParam<any, string> & {
query?: import("../../../../types").ServerQueryQueryObject<any, string> | undefined;
} & import("../../../../types").ServerQueryParam<{
[k: string]: any;
}> & {
}, string> & {
query?: import("../../../../types").ServerQueryQueryObject<{
[k: string]: any;
}> | undefined;
}, string> | undefined;
};