diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-04 16:48:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-04 16:48:18 +0900 |
| commit | cf3112c7c012922306c6591f5f8e1a5b45fbff1b (patch) | |
| tree | 974b24d49c60b262fb0dd95f3cbcda02d2bcadec /src/models | |
| parent | :v: (diff) | |
| download | sharkey-cf3112c7c012922306c6591f5f8e1a5b45fbff1b.tar.gz sharkey-cf3112c7c012922306c6591f5f8e1a5b45fbff1b.tar.bz2 sharkey-cf3112c7c012922306c6591f5f8e1a5b45fbff1b.zip | |
:v:
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 183cc72ee8..718e8d0dc6 100644 --- a/src/models/drive-file.ts +++ b/src/models/drive-file.ts @@ -30,6 +30,7 @@ export type IMetadata = { comment: string; uri: string; deletedAt?: Date; + isExpired?: boolean; }; export type IDriveFile = { |