7c4f41fadc
This PR refactors wait tasks to use injected scripts.
283 B
283 B
sidebar_label |
---|
InnerParams |
InnerParams type
Signature:
export declare type InnerParams<T extends unknown[]> = {
[K in keyof T]: FlattenHandle<FlattenLazyArg<FlattenHandle<T[K]>>>;
};
References: FlattenHandle