Type alias ItemTypeOf<T>

ItemTypeOf<T>: T extends readonly (infer U)[]
    ? U
    : never

Type Parameters

  • T

Generated using TypeDoc