Add File
This commit is contained in:
11
frontend/src/components/about/index.ts
Normal file
11
frontend/src/components/about/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface F2CLicense {
|
||||
isv: string
|
||||
status: string
|
||||
corporation: string
|
||||
expired: string
|
||||
count: number
|
||||
version: string
|
||||
edition: string
|
||||
serialNo: string
|
||||
remark: string
|
||||
}
|
||||
Reference in New Issue
Block a user