Thanks to visit codestin.com
Credit goes to effect-ts.github.io

Skip to main content Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

EntityId.ts overview

Since v1.0.0


Exports Grouped by Category


constructors

EntityId

Signature

declare const EntityId: Schema.brand<typeof Schema.NonEmptyTrimmedString, "EntityId">

Source

Since v1.0.0

make

Signature

declare const make: (id: string) => EntityId

Source

Since v1.0.0

models

EntityId (type alias)

Signature

type EntityId = typeof EntityId.Type

Source

Since v1.0.0