interface AudienceSurveySubmissionsGraphs {
    age: Graph;
    budget: Graph;
    gender: Graph;
    popularDestinations: Graph;
    timeOfYear: Graph;
}

Properties

age: Graph
budget: Graph
gender: Graph
popularDestinations: Graph
timeOfYear: Graph