// Generated Source interface SecretQuestionInfoValidationRequest { /** * Internal identifier of a secret question */ id?: string; /** * Answer to a secret question */ answer?: string; } export default SecretQuestionInfoValidationRequest;