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

Interface Account

src/renderer/src/types/type.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// ==================== 账户类型定义 ====================
2
3export interface Account {
4 id: string
5 name: string
6 avatar?: string
7 createdAt: number
8 updatedAt?: number
9}
10
11// ==================== 基础树形结构类型 ====================
12// 基础树元素属性

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected