chore: 📦 Update packages

This commit is contained in:
Jesse Wierzbinski 2024-06-07 23:07:56 -10:00
parent c7b239415f
commit 48954baf06
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ export type Status = {
language: string | null;
pinned: boolean | null;
emoji_reactions: Array<Reaction>;
quote: Status;
quote: Status | null;
bookmarked: boolean;
};