2026-06-24 20:31:05 +05:00

8 lines
160 B
TypeScript

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