wip
This commit is contained in:
parent
337ecafa56
commit
5458b10774
4 changed files with 63 additions and 31 deletions
|
@ -49,6 +49,14 @@ export type Source = {
|
|||
remoteDriveCapacityMb: number;
|
||||
preventCacheRemoteFiles: boolean;
|
||||
|
||||
drive?: {
|
||||
storage: string;
|
||||
bucket: string;
|
||||
prefix: string;
|
||||
service?: string;
|
||||
config?: any;
|
||||
};
|
||||
|
||||
/**
|
||||
* ゴーストアカウントのID
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue