gatelineAPI reference
interface DiffHunk {
    header: string;
    lines: DiffLine[];
}

Properties

Properties

header: string
lines: DiffLine[]