UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 253 B
import type { SelectType } from '../types/index.js'; /** * Sanitizes REST select query to SelectType */ export declare const sanitizeSelectParam: (unsanitizedSelect: unknown) => SelectType | undefined; //# sourceMappingURL=sanitizeSelectParam.d.ts.map