bitburner-src/src/ScriptEditor/ui/Options.ts
2021-08-20 15:46:59 -04:00

4 lines
74 B
TypeScript

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