mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
refactor: move fetching to react query
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export type GoogleSheet = {
|
||||
worksheet: string;
|
||||
id: string;
|
||||
worksheet: string | null;
|
||||
id: string | null;
|
||||
};
|
||||
|
||||
export type GoogleSheetState = {
|
||||
@@ -9,4 +9,4 @@ export type GoogleSheetState = {
|
||||
id: boolean;
|
||||
worksheet: boolean;
|
||||
worksheetOptions: string[];
|
||||
};
|
||||
} | null;
|
||||
|
||||
Reference in New Issue
Block a user