Type Alias Validator

Validator: ((answer: any, question: Question, previousAnswer: any, form: Form) => void | Promise<void>)

Validation function.