12 lines
166 B
TypeScript
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
|
|
}
|