MCPcopy
hub / github.com/anomalyco/opencode / Account

Interface Account

packages/console/core/src/actor.ts:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5export namespace Actor {
6 interface Account {
7 type: "account"
8 properties: {
9 accountID: string
10 email: string
11 }
12 }
13
14 interface Public {
15 type: "public"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected