Skip to main content

Type Alias: RfqStatus

type RfqStatus = "open" | "quoted" | "accepted" | "cancelled" | "expired";

Defined in: packages/overcast-core/src/storage/index.ts:208

Lifecycle of an RFQ. Carried now so the model is ready for reconciliation.