export class TooltipModel { constructor(public title: string, public body: string) { } }