UNPKG

payload

Version:

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

6 lines 267 B
import type { PopulateType } from '../types/index.js'; /** * Sanitizes REST populate query to PopulateType */ export declare const sanitizePopulateParam: (unsanitizedPopulate: unknown) => PopulateType | undefined; //# sourceMappingURL=sanitizePopulateParam.d.ts.map