ファイルのURLを保存するように
This commit is contained in:
parent
e37c19fdcd
commit
414c600356
4 changed files with 9 additions and 3 deletions
|
@ -28,7 +28,8 @@ export type IMetadata = {
|
|||
_user: any;
|
||||
folderId: mongo.ObjectID;
|
||||
comment: string;
|
||||
uri: string;
|
||||
uri?: string;
|
||||
url?: string;
|
||||
deletedAt?: Date;
|
||||
isExpired?: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue