interface GitTreeRef {
    _links?: any;
    objectId?: string;
    size?: number;
    treeEntries?: GitTreeEntryRef[];
    url?: string;
}

Properties

_links?: any
objectId?: string

SHA1 hash of git object

size?: number

Sum of sizes of all children

treeEntries?: GitTreeEntryRef[]

Blobs and trees under this tree

url?: string

Url to tree