mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
fix: resolved all vue-tsc errors
This commit is contained in:
parent
d325dd7493
commit
ab1adcfa3d
64 changed files with 675 additions and 451 deletions
|
@ -5,8 +5,15 @@ export interface Environment extends ModelBase {
|
|||
name: string
|
||||
url: string
|
||||
token: string
|
||||
status?: boolean
|
||||
}
|
||||
|
||||
export interface Node {
|
||||
id: number
|
||||
name: string
|
||||
token: string
|
||||
response_at?: Date
|
||||
}
|
||||
const environment: Curd<Environment> = new Curd('/environment')
|
||||
|
||||
export default environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue