interface DestinationResponse {
    name: string;
    photo: null | string;
    responses: number;
}

Properties

Properties

name: string
photo: null | string
responses: number