UNPKG

@martinmilo/verve

Version:

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

5 lines 218 B
import { FieldBuilder } from "./FieldBuilder"; type Constructor<T = any> = new (...args: any[]) => T; export type WithFieldBuilder<T = any> = Constructor<FieldBuilder<T>>; export {}; //# sourceMappingURL=types.d.ts.map