export interface IUserInputs { [id: string]: string; } export interface IUserInput { id: string; query: string; index: string; answer: string; }