@cyia/crawl 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/define.d.ts +1 -1
- package/package.json +1 -1
package/define.d.ts
CHANGED
|
@@ -390,7 +390,7 @@ export declare const ActionListDefine: v.ArraySchema<v.SchemaWithFallback<v.Unio
|
|
|
390
390
|
config: any;
|
|
391
391
|
}>, undefined>;
|
|
392
392
|
type ActionType = typeof ActionDefine;
|
|
393
|
-
export type ActionItemInputType = typeof ActionDefine
|
|
393
|
+
export type ActionItemInputType = v.InferInput<typeof ActionDefine>;
|
|
394
394
|
export type QueueList = v.InferInput<typeof ActionDefine>[];
|
|
395
395
|
export declare const GlobalConfig: v.ObjectSchema<{
|
|
396
396
|
readonly maxTimeout: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|