export type ListItemDeletion = { ids: string[]; data: { [key: string]: any; }; };