bitburner-src/src/ScriptEditor/ui/Options.ts
2021-09-04 19:09:30 -04:00

5 lines
71 B
TypeScript

export interface Options {
theme: string;
insertSpaces: boolean;
}