This commit is contained in:
syuilo 2018-10-23 07:04:00 +09:00
parent 8ba87443ca
commit 19af2d7a7b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 77 additions and 1 deletions

View file

@ -42,6 +42,11 @@ export type IMetadata = {
storageProps?: any;
isSensitive?: boolean;
/**
* 稿ID一覧
*/
attachedNoteIds?: mongo.ObjectID[];
/**
* ()URLへの直リンクか否か
*/