MCPcopy
hub / github.com/027xiguapi/code-box / DataType

Interface DataType

tabs/history.tsx:23–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const { Content } = Layout
22
23interface DataType {
24 id?: string
25 value?: string
26 createdAt?: string
27 from?: string
28 link?: string
29 tags?: Array<string>
30 remark?: string
31 loading: boolean
32 expand: boolean
33}
34
35let pageSize = 20
36let pageNumber = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected