@traversable/schema
    Preparing search index...

    Interface t_ref<S, Id>

    interface t_ref<S, Id = string> {
        _type: S["_type" & keyof S];
        def: S;
        id: Id;
        tag: "@traversable/schema/URI::ref";
        toString(): Id;
        (got: Unknown | S["_type" & keyof S]): got is S["_type" & keyof S];
        (got: Unknown): got is S["_type" & keyof S];
    }

    Type Parameters

    • S
    • Id = string
    Index

    Properties

    Methods

    Properties

    _type: S["_type" & keyof S]
    def: S
    id: Id
    tag: "@traversable/schema/URI::ref"

    Methods