2020-11-25 10:55:36 +02:00

5 lines
93 B
TypeScript

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