export interface IPollResultDTO { pollConfigId: string; totalResponses: number; }