diff --git a/nest-front/src/types/index.ts b/nest-front/src/types/index.ts index db9ca04..a84c183 100644 --- a/nest-front/src/types/index.ts +++ b/nest-front/src/types/index.ts @@ -134,6 +134,7 @@ export interface EventPost { updatedAt?: string; isPublic: boolean; // whether visible to community pollId?: string; // reference to poll if type is 'poll' + poll?: Poll; // embedded poll from API } export interface PollOption {