@shortcut/client
    Preparing search index...

    Interface NestedBranchSlimList

    A list of Git branches attached to the Story.

    interface NestedBranchSlimList {
        current_items: number;
        entities: BranchSlim[];
        list_url: string;
        total_items: number;
    }
    Index

    Properties

    current_items: number

    int64

    entities: BranchSlim[]
    list_url: string

    2048

    ^https?://.+$

    total_items: number

    int64