interface TravelDateResponse {
    month: string;
    responses: number;
}

Properties

Properties

month: string
responses: number