@skypilot/scraper
Version:
Node-based scriptable web scraper
10 lines (9 loc) • 549 B
TypeScript
export declare const readTestConfigs: {
<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>;
};