UNPKG

@ai-stack/payloadcms

Version:

<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>

4 lines (3 loc) 160 B
import type { Endpoint } from 'payload'; import type { PluginConfig } from '../types.js'; export declare const fetchFields: (config: PluginConfig) => Endpoint;