bitburner-src/src/ScriptEditor/ui/Options.ts

4 lines
74 B
TypeScript
Raw Normal View History

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