UNPKG

@martinmilo/verve

Version:

TypeScript domain modeling library with field-level authorization, business rule validation, and context-aware access control

7 lines 177 B
export interface ContextAdapter { get(): any; set(context: any): void; reset(): void; run<T>(context: any, fn: () => T): T; } //# sourceMappingURL=types.d.ts.map