Files
bitburner-src/src/Corporation/Export.ts
T
2021-09-04 19:09:30 -04:00

6 lines
74 B
TypeScript

export interface Export {
ind: string;
city: string;
amt: string;
}