import { Location } from "../location"; export class PlannerDto{ name: string; description: string; constructor(){ this.name = ''; this.description = ''; } }