Type Alias: PlaceOrderResult
PlaceOrderResult =
Result<{orderId:number; },string>
Defined in: composables/vue/useCheckout.ts:81
Backwards-friendly alias kept for the public UseCheckout* type re-exports.
PlaceOrderResult =
Result<{orderId:number; },string>
Defined in: composables/vue/useCheckout.ts:81
Backwards-friendly alias kept for the public UseCheckout* type re-exports.