@shortcut/client
    Preparing search index...

    Interface CategorySlim

    interface CategorySlim {
        entity_type: "category:slim";
        id: number;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "category:slim"

    The type of this entity.

    id: number

    The unique ID of the Category.

    int64

    name: string

    The name of the Category.

    128

    uri: string

    A resolvable URI for the entity.

    2048

    ^https?://.+$