Fix bug nado
This commit is contained in:
parent
9c4e0a4ae6
commit
b3b82e7595
4 changed files with 55 additions and 64 deletions
|
@ -51,9 +51,8 @@ export type Source = {
|
|||
|
||||
drive?: {
|
||||
storage: string;
|
||||
bucket: string;
|
||||
prefix: string;
|
||||
service?: string;
|
||||
bucket?: string;
|
||||
prefix?: string;
|
||||
config?: any;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue