refactor frontend (not done)

This commit is contained in:
bridge
2026-01-11 22:15:45 +08:00
parent f33cfab0d5
commit 08e28f52c7
2 changed files with 3 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ export interface EventDTO {
related_avatar_ids: string[];
is_major: boolean;
is_story: boolean;
created_at: number;
}
export interface EventsResponseDTO {