EntityId.ts overview
Since v1.0.0
Exports Grouped by Category
constructors
EntityId
Signature
declare const EntityId: Schema.brand<typeof Schema.NonEmptyTrimmedString, "EntityId">
Since v1.0.0
make
Signature
declare const make: (id: string) => EntityId
Since v1.0.0
models
EntityId (type alias)
Signature
type EntityId = typeof EntityId.Type
Since v1.0.0