import { TargetCartItem } from "./TargetCartItem.js"; export interface TargetCart { items: TargetCartItem[]; }