vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Type Alias ArrayElement<ArrayType>

    ArrayElement: ArrayType extends readonly (infer ElementType)[]
        ? ElementType
        : never

    Type Parameters

    • ArrayType