@hateoas-ts/resource - v1.4.3
    Preparing search index...

    Type Alias ExtractCollectionElement<T>

    ExtractCollectionElement: T extends Collection<infer U> ? U : never

    Type Parameters

    • T