Type alias ChangedFile

ChangedFile: {
    pastFilePath: string | undefined;
    presentFilePath: string;
}

File paths for a file that has been modified in some way since the base ref.

Type declaration

  • pastFilePath: string | undefined
  • presentFilePath: string