funky-framadate-front/src/app/core/models/question.model.ts

4 lines
92 B
TypeScript
Raw Normal View History

2020-05-05 18:17:12 +02:00
export class Question {
constructor(public label: string, public description: string) {}
}