mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
refactor: improve gsheet import UX
This commit is contained in:
@@ -10,6 +10,7 @@ export type SpreadsheetWorksheetMetadata = {
|
||||
export type SpreadsheetWorksheetOptions = {
|
||||
worksheets: string[];
|
||||
metadata: SpreadsheetWorksheetMetadata | null;
|
||||
title?: string;
|
||||
};
|
||||
|
||||
export type SpreadsheetPreviewResponse = {
|
||||
|
||||
Reference in New Issue
Block a user