Updates
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user