export type Answer = { /** * question uid */ uid: string; /** * value for particular answer. Value will be propagated to the field linked in the question */ value: string; }; //# sourceMappingURL=Answer.d.ts.map