© 2026 Hedgehog Software, LLC
type Item = { id: number; name: string; (all item attributes) listings: { id: number; user_id: string; quantity: number; price: number; price_item?: {(all item attributes)}; sold_quantity: number; cancelled: boolean; created_at: Date; }[]