12 lines
385 B
TypeScript
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";
|