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

Defined in: fields/hash.ts:11

Options accepted by the hash decorator.

Properties

type

ts
type: string;

Defined in: fields/hash.ts:18

The name of a HashFn registered with the schema service, used to compute this field's value from the object's cache data.

Released under the MIT License.