This commit is contained in:
tai-cha 2025-05-13 06:31:02 +09:00
parent 213e9f24e2
commit 6bd0d89ef9
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export type NoteDraftOptions = {
localOnly?: boolean | null;
reactionAcceptance?: typeof noteReactionAcceptances[number];
visibility?: typeof noteVisibilities[number];
files? : MiDriveFile[];
files?: MiDriveFile[];
visibleUsers?: MiUser[];
hashtag?: string;
channel?: MiChannel | null;