@lightdash/common 0.1467.0 → 0.1468.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ export type SchedulerGsheetsOptions = {
|
|
16
16
|
gdriveName: string;
|
17
17
|
gdriveOrganizationName: string;
|
18
18
|
url: string;
|
19
|
+
tabName?: string;
|
19
20
|
};
|
20
21
|
export type SchedulerOptions = SchedulerCsvOptions | SchedulerImageOptions | SchedulerGsheetsOptions;
|
21
22
|
export declare enum SchedulerJobStatus {
|