feature : Connect front to backend #1

Merged
BoxOfPandor merged 25 commits from feat/connect-front-to-backend into main 2026-03-19 14:56:19 +01:00
Showing only changes of commit a45e9a86cd - Show all commits

View File

@@ -134,6 +134,7 @@ export interface EventPost {
updatedAt?: string; updatedAt?: string;
isPublic: boolean; // whether visible to community isPublic: boolean; // whether visible to community
pollId?: string; // reference to poll if type is 'poll' pollId?: string; // reference to poll if type is 'poll'
poll?: Poll; // embedded poll from API
} }
export interface PollOption { export interface PollOption {