Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$Booleanconsteffect/SchemaRepresentation.ts:1121
Schema.Struct<{
  readonly _tag: Schema.tag<"Boolean">
  readonly annotations: Schema.optional<
    Schema.decodeTo<
      Schema.$Record<Schema.String, Schema.Unknown>,
      Schema.$Record<
        Schema.String,
        Schema.Codec<PrimitiveTree, PrimitiveTree, never, never>
      >,
      never,
      never
    >
  >
}>

Schema for the Boolean representation node.

schemasBoolean
export const $Boolean = Schema.Struct({
  _tag: Schema.tag("Boolean"),
  annotations: Schema.optional($Annotations)
}).annotate({ identifier: "Boolean" })
Referenced by 1 symbols