bitburner-src/src/ScriptEditor/ui/Options.ts
2021-10-04 21:06:55 -04:00

6 lines
91 B
TypeScript

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