UNPKG

@fourlights/strapi-plugin-deep-populate

Version:

This plugin provides a simple way of retrieving all nested objects in a single request.

6 lines (5 loc) 187 B
import type { PopulateParams } from "../populate"; export default function populate(params: PopulateParams): Promise<{ populate: Record<string, unknown>; dependencies: any[]; }>;