Add new attribute from #30707

Renaud Chaput 2024-06-14 12:37:51 +02:00
parent d9df25ad38
commit 977415ca2e
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ export interface BaseNotificationGroupJSON {
type: NotificationType;
sample_accounts: ApiAccountJSON[];
latest_page_notification_at: string; // FIXME: This will only be present if the notification group is returned in a paginated list, not requested directly
most_recent_notification_id: string;
page_min_id?: string;
page_max_id?: string;
}