Strata - v1.4.10
    Preparing search index...

    Type Alias OptionalComponents<T>

    OptionalComponents: {
        [K in keyof T as undefined extends T[K] ? K : never]?: T[K]
    }

    Utility type to extract optional components from an entity type.

    Type Parameters

    • T