@shortcut/client
    Preparing search index...

    Interface BranchSlim

    interface BranchSlim {
        entity_type: "branch:slim";
        id: number;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "branch:slim"

    The type of this entity.

    id: number

    The unique ID of the Branch.

    int64

    name: string

    The name of the Branch.

    uri: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$