Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
answer-option.ts 65 B
export class AnswerOption {
  label: string;
  points: string;
}