UNPKG

@martinmilo/verve

Version:

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

3 lines 215 B
import type { ModelSchema } from '../core/types'; export declare function model<S extends ModelSchema>(schema: S): <T extends new (...args: any[]) => any>(constructor: T) => void; //# sourceMappingURL=model.d.ts.map