1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 12:45:38 +02:00
This commit is contained in:
syuilo
2018-07-24 01:58:11 +09:00
parent 337ecafa56
commit 5458b10774
4 changed files with 63 additions and 31 deletions

View File

@@ -49,6 +49,14 @@ export type Source = {
remoteDriveCapacityMb: number;
preventCacheRemoteFiles: boolean;
drive?: {
storage: string;
bucket: string;
prefix: string;
service?: string;
config?: any;
};
/**
* ゴーストアカウントのID
*/