调整列表字段和枚举值转换
This commit is contained in:
15
src/models/channel.ts
Normal file
15
src/models/channel.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export type Channel = {
|
||||
id: number
|
||||
batch_no: string
|
||||
filter_prov: string
|
||||
filter_city: string
|
||||
filter_isp: string
|
||||
host: string
|
||||
port: string
|
||||
whitelists: string
|
||||
username: string
|
||||
password: string
|
||||
created_at: Date
|
||||
updated_at: Date
|
||||
expired_at: Date
|
||||
}
|
||||
Reference in New Issue
Block a user