Interface Answer

interface Answer {
    count: number;
}

Properties

Properties

count: number