0
0
Fork 0

Add Typescript types for some API objects (#26602)

This commit is contained in:
Renaud Chaput 2023-09-26 11:25:01 +02:00 committed by GitHub
parent 2054ee7cd5
commit 57f592fed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 77 additions and 0 deletions

View file

@ -4,6 +4,8 @@ class REST::AccountSerializer < ActiveModel::Serializer
include RoutingHelper
include FormattingHelper
# Please update `app/javascript/mastodon/api_types/accounts.ts` when making changes to the attributes
attributes :id, :username, :acct, :display_name, :locked, :bot, :discoverable, :group, :created_at,
:note, :url, :uri, :avatar, :avatar_static, :header, :header_static,
:followers_count, :following_count, :statuses_count, :last_status_at