UNPKG

@martinmilo/verve

Version:

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

6 lines 248 B
import type { FieldGenerator } from "../core/types"; import { Field } from "../core/Field"; export declare class IdField extends Field<string> { static setGlobalGenerator(generator: FieldGenerator): void; } //# sourceMappingURL=IdField.d.ts.map