Provides parameters that describe inputs for the file diff

interface FileDiffParams {
    originalPath?: string;
    path?: string;
}

Properties

Properties

originalPath?: string

Original path of the file

path?: string

Current path of the file