mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
improve get state check
This commit is contained in:
@@ -4,7 +4,9 @@ export type GoogleSheet = {
|
||||
};
|
||||
|
||||
export type GoogleSheetState = {
|
||||
secret: boolean;
|
||||
auth: boolean;
|
||||
id: boolean;
|
||||
worksheet: boolean;
|
||||
worksheetOptions: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user