Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a Thing entity.

    interface Thing {
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the thing.

    type: string

    The type of the thing.