Files
admin/src/models/gateway.ts

12 lines
165 B
TypeScript
Raw Normal View History

export type Gateway = {
id: number
version: string
mac: string
ip: string
host: string
type: number
status: number
meta: string
created_at: Date
}