Documentation
    Preparing search index...

    Type Alias ResourceDataTypes

    ResourceDataTypes:
        | JSONDataTypes
        | Collection<any, any, any>
        | Item<any, any, any, any>

    Supported resource datatypes. The collections and items are supported only at the top-level, since relationships in nested properties will lead to a recursive "async" serialization which is 100x slower than sync serialization.

    Never allow "ResourceDataTypes" recursively as that will make us resolve collections and items recursively as well.