TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias EntityCreateInfo

    type EntityCreateInfo = {
        index?: EntityIndex;
        name?: string;
        payload_decoder?: string | null;
        schema?: EntitySchema;
        tags?: TagsObj[];
    }
    Index

    Properties

    index?: EntityIndex
    name?: string
    payload_decoder?: string | null
    schema?: EntitySchema
    tags?: TagsObj[]