mastodon/app/javascript/mastodon/api_types/markers.ts
2024-03-27 12:47:09 +00:00

8 lines
148 B
TypeScript

// See app/serializers/rest/account_serializer.rb
export interface MarkerJSON {
last_read_id: string;
version: string;
updated_at: string;
}