/** Possible value for an answer to the question */
export interface AnswerAllowedValue {
    /** Possible answer to the question */
    key: string;
}
//# sourceMappingURL=AnswerAllowedValue.d.ts.map