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 4ae3951 commit bd885deCopy full SHA for bd885de
1 file changed
src/mastodon/entities/v1/account.ts
@@ -11,7 +11,7 @@ export interface AccountSource {
11
/** Profile bio. */
12
note: string;
13
/** Metadata about the account. */
14
- fields: AccountField;
+ fields: AccountField[];
15
16
/** The default post privacy to be used for new statuses. */
17
privacy?: StatusVisibility | null;
0 commit comments