export type ListItemByParams = { innerText?: string; idx?: number; qa?: string; }; export type DatasetParams = ListItemByParams & {link?: string};