ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
245 B
245 B
sidebar_label |
---|
InnerParams |
InnerParams type
Signature:
export type InnerParams<T extends unknown[]> = {
[K in keyof T]: FlattenHandle<T[K]>;
};
References: FlattenHandle