interface GitBlobRef {
    _links?: any;
    objectId?: string;
    size?: number;
    url?: string;
}

Properties

_links?: any
objectId?: string

SHA1 hash of git object

size?: number

Size of blob content (in bytes)

url?: string