MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/vscode-leetcode / IDescription

Interface IDescription

src/webview/leetCodePreviewProvider.ts:194–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194interface IDescription {
195 title: string;
196 url: string;
197 tags: string[];
198 companies: string[];
199 category: string;
200 difficulty: string;
201 likes: string;
202 dislikes: string;
203 body: string;
204}
205
206interface IWebViewMessage {
207 command: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected