UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

2 lines (1 loc) 199 B
export declare const validateBatch: (scope: "read" | "update" | "delete") => (req: import("express").Request, res: import("express").Response, next: import("express").NextFunction) => Promise<void>;