UNPKG

@martinmilo/verve

Version:

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

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