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

    Type Alias ValueShape

    ValueShape:
        | BooleanShape
        | NumberShape
        | StringShape
        | LocalShape
        | LocalsShape
        | ReferenceShape
        | ResourceShape

    Discriminated union of all concrete shape types for validating individual node values.

    Each member carries its own kind discriminator and model type, enabling runtime type narrowing and compile-time type inference without a shared base interface.