UNPKG

@skypilot/scraper

Version:
19 lines (18 loc) 1.1 kB
export declare const readConfigs: { <T>(objectPath: string, options: import("@skypilot/optio/lib/config/readConfigValue").ReadConfigValueOptions<T> & { defaultValue: T; }): T; <T_1>(objectPath: string, options: import("@skypilot/optio/lib/config/readConfigValue").ReadConfigValueOptions<T_1> & { required: true; }): T_1; <T_2>(objectPath: string, options?: import("@skypilot/optio/lib/config/readConfigValue").ReadConfigValueOptions<T_2> | undefined): import("@skypilot/common-types").MaybeUndefined<T_2>; }; export declare const readScriptConfigs: { <T>(objectPath: string, options: import("@skypilot/optio/lib/config/readConfigValue").ReadConfigValueOptions<T> & { defaultValue: T; }): T; <T_1>(objectPath: string, options: import("@skypilot/optio/lib/config/readConfigValue").ReadConfigValueOptions<T_1> & { required: true; }): T_1; <T_2>(objectPath: string, options?: import("@skypilot/optio/lib/config/readConfigValue").ReadConfigValueOptions<T_2> | undefined): import("@skypilot/common-types").MaybeUndefined<T_2>; };