We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfdadf commit 4817a7aCopy full SHA for 4817a7a
1 file changed
src/mastodon/entities/v1/status-edit.ts
@@ -9,6 +9,5 @@ export type StatusEdit = Pick<
9
| "account"
10
| "mediaAttachments"
11
| "emojis"
12
-> & {
13
- quote?: Status["quote"];
14
-};
+ | "quote"
+>;
0 commit comments