import { Vue } from 'vue-property-decorator'; import type { QuestionWithAnswersPublic } from '@okendo/reviews-common'; export default class Question extends Vue { question: QuestionWithAnswersPublic; index: number; formatDate(date: string): string | undefined; }