Phase 3 Completed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface EventEnvelope<T = any> {
|
||||
id: string;
|
||||
timestamp: string; // ISO
|
||||
type: string; // PascalCase event type
|
||||
payload: T;
|
||||
}
|
||||
Reference in New Issue
Block a user