import { EntityType } from './entity.interface'; interface CardWithSelectToolData { items: EntityType[]; } export type { CardWithSelectToolData };