Fix bug nado

This commit is contained in:
syuilo
2018-07-25 08:01:12 +09:00
parent 9c4e0a4ae6
commit b3b82e7595
4 changed files with 55 additions and 64 deletions

View File

@ -51,9 +51,8 @@ export type Source = {
drive?: {
storage: string;
bucket: string;
prefix: string;
service?: string;
bucket?: string;
prefix?: string;
config?: any;
};