dont save

This commit is contained in:
arc-alex
2023-12-16 23:56:15 +01:00
parent 2464ac1bd9
commit 8fa7392698
11 changed files with 18 additions and 125 deletions
@@ -5,7 +5,7 @@ import { OSCSettings } from './core/OscSettings.type.js';
import { Settings } from './core/Settings.type.js';
import { UserFields } from './core/UserFields.type.js';
import { ViewSettings } from './core/Views.type.js';
import { Sheet, HttpSettings } from '../index.js';
import { HttpSettings } from '../index.js';
export type DatabaseModel = {
rundown: OntimeRundown;
@@ -14,7 +14,6 @@ export type DatabaseModel = {
viewSettings: ViewSettings;
aliases: Alias[];
userFields: UserFields;
sheet: Sheet;
osc: OSCSettings;
http: HttpSettings;
};