UNPKG

payload

Version:

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

11 lines 311 B
import type { PayloadRequest } from '../../index.js'; export declare enum EntityType { collection = "collections", global = "globals" } export type WidgetServerProps = { req: PayloadRequest; widgetData?: Record<string, unknown>; widgetSlug: string; }; //# sourceMappingURL=dashboard.d.ts.map