This object is returned from Cherry Pick operations and provides the id and status of the operation

interface GitCherryPick {
    _links?: any;
    cherryPickId?: number;
    detailedStatus?: GitAsyncRefOperationDetail;
    parameters?: GitAsyncRefOperationParameters;
    status?: GitAsyncOperationStatus;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any
cherryPickId?: number
url?: string

A URL that can be used to make further requests for status about the operation