Skip to content
module@warp-drive/schema-dsl

Defined in: entities/object-schema.ts:12

Options accepted by the ObjectSchema decorator.

Properties

hash?

ts
optional hash?: boolean;

Defined in: entities/object-schema.ts:20

Reserved for future use. The compiled schema's identity is currently determined solely by whether a property on the class is decorated with hash, not by this option.

Released under the MIT License.