Add config.drive.baseUrl

This commit is contained in:
mei23
2018-07-26 17:29:05 +09:00
parent e8783b15b1
commit 8ef38ebab1
2 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,7 @@ export type Source = {
storage: string;
bucket?: string;
prefix?: string;
baseUrl?: string;
config?: any;
};