bitburner-src/src/ScriptEditor/ui/Options.ts
2021-08-21 00:17:26 -04:00

5 lines
75 B
TypeScript

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