| 1 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected