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