ItemOf
ItemOf<
T> =Textends readonly infer I[] ?I:never
Defined in: output-transform/path-proxy.ts:60
Extract the item type from an array type.
Type Parameters
Section titled “Type Parameters”T
ItemOf<
T> =Textends readonly infer I[] ?I:never
Defined in: output-transform/path-proxy.ts:60
Extract the item type from an array type.
T