interface GitRef {
    _links?: any;
    creator?: IdentityRef;
    isLocked?: boolean;
    isLockedBy?: IdentityRef;
    name?: string;
    objectId?: string;
    peeledObjectId?: string;
    statuses?: GitStatus[];
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any
creator?: IdentityRef
isLocked?: boolean
isLockedBy?: IdentityRef
name?: string
objectId?: string
peeledObjectId?: string
statuses?: GitStatus[]
url?: string