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

    Interface Type

    Marker interface for the resource type property.

    Tags a PropertyConstraints returned by type as mapping to JSON-LD @type.

    interface Type {
        kind: "type";
        hidden?: boolean;
    }
    Index

    Properties

    Properties

    kind: "type"

    Discriminator identifying this as a resource type property.

    hidden?: boolean

    Excludes the property from default serialization.

    undefined (false)