export interface ItemType { name: string // eslint-disable-next-line @typescript-eslint/no-explicit-any [key: string]: any }