Result of session reservation attempt
{ reserved: true; } | { reserved: false; existing: ProcessedPayment; }
Result of session reservation attempt
{ reserved: true; } | { reserved: false; existing: ProcessedPayment; }
import { type ReserveSessionResult } from "docs/database.ts";