mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
dont save sheet settings
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
export type Sheet = {
|
||||
worksheet: string | null;
|
||||
id: string | null;
|
||||
};
|
||||
|
||||
export type SheetState = {
|
||||
secret: boolean;
|
||||
auth: boolean;
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user