type alias PriceResult Result type for price validation Definition { ok: true; price: number; } | { ok: false; error: string; }