This commit is contained in:
2026-01-24 12:49:08 +09:00
parent e81dfba70a
commit d102adcebc
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -31,6 +31,8 @@ export default interface ueuseModule {
/** Botフラグ(自主設定)かどうか */
is_bot: boolean;
};
/** 本文 */
text: string;
/** いいねしたユーザーID */
favorite: string[];
/** メディア */