/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Answer = { /** * question uid */ uid: string; /** * value for particular answer. Value will be propagated to the field linked in the question */ value: string; };