@metreeca/blue - v0.9.1
    Preparing search index...

    Type Alias Inheritance<C>

    Inheritance: C extends { extends: infer E extends Some<Lazy<ResourceShape>> }
        ? DeclaredProperties<
            Intersection<
                E extends readonly (infer S extends Lazy<ValueShape>)[]
                    ? Infer<S>
                    : E extends Lazy<ValueShape> ? Infer<E> : never,
            >,
        >
        : {}

    Extracts inherited model types from ResourceConstraints.extends.

    Type Parameters

    • C