MCPcopy Create free account
hub / github.com/experdot/pointer / AccountState

Interface AccountState

src/renderer/src/stores/accountStore.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import type { IAccountStore, AccountCreateDTO } from './interfaces/entities'
11
12interface AccountState {
13 accounts: Account[]
14 currentAccountId: string | null
15 initialized: boolean
16}
17
18interface AccountActions {
19 // IEntityStore 接口方法

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected