Skip to content

SafeDateOptions

Christian Prinz edited this page Oct 17, 2022 · 1 revision

Interface: SafeDateOptions

Options that every ValueObject must provide

Hierarchy

Table of contents

Properties

Properties

max

Optional max: Dateable

Defined in

valueObjects/SafeDate.ts:139


min

Optional min: Dateable

Defined in

valueObjects/SafeDate.ts:140


name

Optional name: string

the name of the ValueObject to identify in a possible ErrorMessage.

  • eg: 'MealPlan.price'

Inherited from

CreationOptions.name

Defined in

valueObjects/ValueObject.ts:157

DDD basics - v0.0.1

Clone this wiki locally