Files
admin/src/models/batch.ts
2026-01-06 16:34:52 +08:00

12 lines
166 B
TypeScript

export type Batch = {
id: number
batch_no: string
prov: string
city: string
ip: string
isp: string
count: string
resource_id: string
time: string
}