MCPcopy Index your code
hub / github.com/dataease/SQLBot / F2CLicense

Interface F2CLicense

frontend/src/components/about/index.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface F2CLicense {
2 isv: string
3 status: string
4 corporation: string
5 expired: string
6 count: number
7 version: string
8 edition: string
9 serialNo: string
10 remark: string
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected