Appearance
Asset Upload Validator
Allows to run any of your Asset Upload custom validators with the Codedraw Generic implementation template.
typescript
export declare const AssetUploadValidatorMiddleware: (context: Context<{
Bindings: Env;
Variables: Variables;
}>, next: Function) => Promise<any>;