Add config.drive.baseUrl
This commit is contained in:
parent
e8783b15b1
commit
8ef38ebab1
2 changed files with 4 additions and 1 deletions
|
@ -53,6 +53,7 @@ export type Source = {
|
|||
storage: string;
|
||||
bucket?: string;
|
||||
prefix?: string;
|
||||
baseUrl?: string;
|
||||
config?: any;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue