mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
6 lines
74 B
TypeScript
6 lines
74 B
TypeScript
export interface Export {
|
|
ind: string;
|
|
city: string;
|
|
amt: string;
|
|
}
|