@fourlights/strapi-plugin-deep-populate
Version:
This plugin provides a simple way of retrieving all nested objects in a single request.
12 lines (11 loc) • 646 B
TypeScript
export declare const error: (msg: any, context?: any) => import("winston").Logger;
export declare const warn: (msg: any, context?: any) => import("winston").Logger;
export declare const info: (msg: any, context?: any) => import("winston").Logger;
export declare const debug: (msg: any, context?: any) => import("winston").Logger;
declare const _default: {
error: (msg: any, context?: any) => import("winston").Logger;
warn: (msg: any, context?: any) => import("winston").Logger;
info: (msg: any, context?: any) => import("winston").Logger;
debug: (msg: any, context?: any) => import("winston").Logger;
};
export default _default;