© 2026 Hedgehog Software, LLC
type Input = { property: { address: string area: number } finance: { loan: boolean totalPrice: number } } type Output = { address: string area: number loan: boolean totalPrice: number }