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

    Type Alias Schema<S>

    Schema: Resolved<S>["model"]

    Extracts the complete template declared by a shape.

    Returns the full structural description of the shape's template side, describing every declared property and carrying cardinality-driven optionality both on the value types and, for properties admitting absence, as an optional key. Produced by the runtime model helper and consumed wherever the authoritative template is required, notably State projection and inheritance override checking.

    Type Parameters