UNPKG

637 BTypeScriptView Raw
1import type { Dictionary } from '@crawlee/types';
2/** @internal */
3export declare const validators: {
4 browserPage: (value: Dictionary) => {
5 validator: boolean;
6 message: (label: string) => string;
7 };
8 proxyConfiguration: (value: Dictionary) => {
9 validator: boolean;
10 message: (label: string) => string;
11 };
12 requestList: (value: Dictionary) => {
13 validator: boolean;
14 message: (label: string) => string;
15 };
16 requestQueue: (value: Dictionary) => {
17 validator: boolean;
18 message: (label: string) => string;
19 };
20};
21//# sourceMappingURL=validators.d.ts.map
\No newline at end of file