effect-schema-viz
    Preparing search index...

    Interface PropertySignature

    A property signature of a struct or record type.

    interface PropertySignature {
        _tag: "PropertySignature";
        name: PropertyKey;
        reference: Reference;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _tag: "PropertySignature"
    name: PropertyKey
    reference: Reference