diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-20 02:40:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-20 02:40:37 +0900 |
| commit | ec2b1ec3f0035466585d9cc2a7842e519e14e31a (patch) | |
| tree | 9a8e7c40e7b068d24b362a72552e456b1adddba7 /src/models | |
| parent | 4.24.1 (diff) | |
| download | sharkey-ec2b1ec3f0035466585d9cc2a7842e519e14e31a.tar.gz sharkey-ec2b1ec3f0035466585d9cc2a7842e519e14e31a.tar.bz2 sharkey-ec2b1ec3f0035466585d9cc2a7842e519e14e31a.zip | |
#1334
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/drive-file.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/drive-file.ts b/src/models/drive-file.ts index 2bdf38f484..3a0390f792 100644 --- a/src/models/drive-file.ts +++ b/src/models/drive-file.ts @@ -33,6 +33,7 @@ export type IMetadata = { url?: string; deletedAt?: Date; isMetaOnly?: boolean; + isSensitive?: boolean; }; export type IDriveFile = { |