Type alias UnwrapArray<T>

UnwrapArray<T>: T extends (infer U)[]
    ? U
    : T

Type Parameters

  • T

Generated using TypeDoc