datasquirel/dist/package-shared/api-paths/utils/grab-path-data.d.ts
2025-12-22 07:18:57 +01:00

7 lines
219 B
TypeScript

import { APIPathsData, APIPathsParams } from "../../types";
export declare function grabPathData<T extends {
[k: string]: any;
} = {
[k: string]: any;
}>({ href, basePath }: APIPathsParams<T>): APIPathsData<T>;