interface JotformCsvDTO {
    City: string;
    Country: string;
    "Do you want to hear about other trips from TrovaTrip in the future?": string;
    "Email Address": string;
    "First Name": string;
    Host: string;
    "How long should we go?": string;
    "How many trips would you go on with me?": string;
    "How old are you?": string;
    ID: string;
    "Last Name": string;
    State: string;
    "Submission Date": string;
    "What activities would you want to do?": string;
    "What is your budget? (USD)": string;
    "What is your profession?": string;
    "What other destinations interest you?": string;
    "What would you like to gain from this experience?": string;
    "What's your gender?": string;
    "When should we go?": string;
    "Where should we go?": string;
}

Properties

City: string
Country: string
"Do you want to hear about other trips from TrovaTrip in the future?": string
"Email Address": string
"First Name": string
Host: string
"How long should we go?": string
"How many trips would you go on with me?": string
"How old are you?": string
ID: string
"Last Name": string
State: string
"Submission Date": string
"What activities would you want to do?": string
"What is your budget? (USD)": string
"What is your profession?": string
"What other destinations interest you?": string
"What would you like to gain from this experience?": string
"What's your gender?": string
"When should we go?": string
"Where should we go?": string