HubItem

interface HubItem {
    name?: string;
    status?: string;
    version?: string;
}

Properties

name?: string

name of the hub item

status?: string

status of the hub item (official, custom, tainted, etc.)

version?: string

version of the hub item