MCPcopy
hub / github.com/wensonsmith/YoudaoTranslator / IItem

Interface IItem

src/workflow/item.ts:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface IItem {
2 title: string;
3 subtitle: string;
4 valid: boolean;
5 uid?: string;
6 arg?: string;
7 autocomplete?: string;
8 type?: string;
9 quicklookurl?: string;
10 icon?: any;
11 mods?: any;
12 text?: string;
13}
14
15class Item {
16 private uid?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected