MCPcopy Create free account
hub / github.com/gleitz/howdoi / JSONObj

Interface JSONObj

extension/code-editor-integration/src/plugin_interfaces.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface JSONObj {
10 answer: string
11 link: string
12 position: string
13}
14
15export interface CommentChars {
16 frontComment: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected