UNPKG

@netlify/config

Version:
34 lines (33 loc) 796 B
export declare const EDGE_FUNCTIONS_PROPERTIES: string[]; export declare const EDGE_FUNCTIONS_INTERNAL_PROPERTIES: string[]; export declare const validations: ({ example: () => { edge_functions: { path: string; function: string; }[]; }; check: (value: any) => boolean; message: string; property: string; } | { property: string; check: (value: any) => value is string; message: string; example: () => { edge_functions: { pattern: string; function: string; }[]; }; } | { property: string; check: (pathName: any) => any; message: string; example: () => { edge_functions: { path: string; function: string; }[]; }; })[];