Files
Jyotisha/frontend/src/lib/rectification-agentic/v9/index.ts
T

12 lines
385 B
TypeScript

/**
* V9 rectification domain contracts.
*
* Server-owned truth: Case state machine, evidence model, public receipt
* allowlists and open request/response schemas. These contracts must not be
* mixed with the legacy rectification state machine.
*/
export * from "./case-status";
export * from "./evidence-model";
export * from "./public-receipt";
export * from "./open-request";