interface Poll {
    answers: string[];
    title: string;
}

Properties

Properties

answers: string[]
title: string