UNPKG

@trapi/query

Version:

A tiny library which provides utility types/functions for request and response query handling.

3 lines 222 B
import { RelationsParseOptions, RelationsParseOutput } from './type'; export declare function parseQueryRelations(data: unknown, options?: RelationsParseOptions): RelationsParseOutput; //# sourceMappingURL=parse.d.ts.map