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