T012–T016: Phase 3 application + web shell (use case, ports, React hook, UI, README)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
packages/application/src/ports.ts
Normal file
6
packages/application/src/ports.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Encounter } from "@initiative/domain";
|
||||
|
||||
export interface EncounterStore {
|
||||
get(): Encounter;
|
||||
save(encounter: Encounter): void;
|
||||
}
|
||||
Reference in New Issue
Block a user