Home
last modified time | relevance | path

Searched defs:ApplyCodeActionCommandResponse (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/lib/
Dprotocol.d.ts548 interface ApplyCodeActionCommandResponse extends Response { interface
/third_party/typescript/src/server/
Dprotocol.ts739 export interface ApplyCodeActionCommandResponse extends Response { } interface