13 lines
184 B
TypeScript
13 lines
184 B
TypeScript
export type Batch = {
|
|
batch_no: string
|
|
ip: string
|
|
id: number
|
|
count: number
|
|
isp: string
|
|
resource_id: number
|
|
time: string
|
|
user_id: number
|
|
prov: string
|
|
city: string
|
|
}
|