1
0

chore: Added classes to announcement type
Remote Deploy / deploy (push) Successful in 1m26s

This commit is contained in:
2026-06-02 17:13:32 +02:00
parent f559d3a91b
commit 1c6023beab
+1
View File
@@ -4,6 +4,7 @@ export type Announcement = {
id: number;
text_content?: string;
author: string;
classes: string[];
flags: Flag[];
start_date: string;
end_date: string;