UNPKG

domain-objects

Version:

A simple, convenient way to represent domain objects, leverage domain knowledge, and add runtime validation in your code base.

7 lines (6 loc) 226 B
export declare class DomainEntityUpdatablePropertiesMustBeDefinedError extends Error { constructor({ entityName, nameOfFunctionNeededFor, }: { entityName: string; nameOfFunctionNeededFor: string; }); }