Skip to content

Commit

Permalink
Update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 26, 2023
1 parent b820125 commit 7e224b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions denops/dpp/base/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export type GetDiffCommandsArguments<Params extends BaseProtocolParams> = {
plugin: Plugin;
protocolOptions: ProtocolOptions;
protocolParams: Params;
oldRev: string;
newRev: string;
};

export type GetRevisionArguments<Params extends BaseProtocolParams> = {
Expand Down

0 comments on commit 7e224b0

Please sign in to comment.