interface Activity {
    city: string;
    description: string;
}

Hierarchy (View Summary)

Properties

Properties

city: string
description: string