dont save sheet settings

This commit is contained in:
arc-alex
2023-12-18 14:23:03 +01:00
parent 8fa7392698
commit 364d698bbc
11 changed files with 60 additions and 154 deletions
@@ -1,8 +1,3 @@
export type Sheet = {
worksheet: string | null;
id: string | null;
};
export type SheetState = {
secret: boolean;
auth: boolean;
+1 -1
View File
@@ -38,7 +38,7 @@ export type { OSCSettings, OscSubscription, OscSubscriptionOptions } from './def
export type { HttpSettings, HttpSubscription, HttpSubscriptionOptions } from './definitions/core/HttpSettings.type.js';
// ---> Sheet
export type { Sheet, SheetState } from './definitions/core/Sheet.type.js';
export type { SheetState } from './definitions/core/Sheet.type.js';
// SERVER RESPONSES
export type { NetworkInterface, GetInfo } from './api/ontime-controller/BackendResponse.type.js';