interface GitTreeDiffResponse {
    continuationToken?: string[];
    treeDiff?: GitTreeDiff;
}

Properties

continuationToken?: string[]

The HTTP client methods find the continuation token header in the response and populate this field.

treeDiff?: GitTreeDiff