MCPcopy Create free account
hub / github.com/effect-app/libs /

Class

packages/infra/test/query.test.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const someUnion = S.Union([str, num])
26
27export class Something extends S.Class<Something>("Something")({
28 id: S.StringId.withConstructorDefault,
29 displayName: S.NonEmptyString255,
30 name: S.NullOr(S.NonEmptyString255).withConstructorDefault,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected