This commit is contained in:
syuilo
2018-05-04 16:48:18 +09:00
parent e7dd74a443
commit cf3112c7c0
3 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,7 @@ export type IMetadata = {
comment: string;
uri: string;
deletedAt?: Date;
isExpired?: boolean;
};
export type IDriveFile = {