Files
admin/src/models/batch.ts

12 lines
166 B
TypeScript
Raw Normal View History

2026-01-05 09:14:41 +08:00
export type Batch = {
id: number
batch_no: string
prov: string
city: string
ip: string
isp: string
count: string
resource_id: string
time: string
}