export interface IUserPollCreateDTO { selections: string[]; }