improve get state check

This commit is contained in:
arc-alex
2023-12-13 18:56:49 +01:00
parent e52ff58d74
commit 884947374d
3 changed files with 110 additions and 60 deletions
@@ -4,7 +4,9 @@ export type GoogleSheet = {
};
export type GoogleSheetState = {
secret: boolean;
auth: boolean;
id: boolean;
worksheet: boolean;
worksheetOptions: string[];
};