@shortcut/client
    Preparing search index...

    Interface NestedCommitSlimList

    A list of commits attached to the Story.

    interface NestedCommitSlimList {
        current_items: number;
        entities: CommitSlim[];
        list_url: string;
        total_items: number;
    }
    Index

    Properties

    current_items: number

    int64

    entities: CommitSlim[]
    list_url: string

    2048

    ^https?://.+$

    total_items: number

    int64