UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

10 lines 355 B
import type { PayloadRequest } from '../express/types'; type Args = { collectionSlug: string; filename: string; path: string; req: PayloadRequest; }; declare const docWithFilenameExists: ({ collectionSlug, filename, req }: Args) => Promise<boolean>; export default docWithFilenameExists; //# sourceMappingURL=docWithFilenameExists.d.ts.map