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

    Type Alias EntityListItem<T>

    EntityListItem: Pick<EntityInfo, "id" | "name" | "tags" | T> & Partial<
        EntityInfo,
    >

    Type Parameters