diff --git a/denops/dpp/base/protocol.ts b/denops/dpp/base/protocol.ts index bccae92..a53d93a 100644 --- a/denops/dpp/base/protocol.ts +++ b/denops/dpp/base/protocol.ts @@ -58,6 +58,8 @@ export type GetDiffCommandsArguments = { plugin: Plugin; protocolOptions: ProtocolOptions; protocolParams: Params; + oldRev: string; + newRev: string; }; export type GetRevisionArguments = {