Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$Undefinedconsteffect/SchemaRepresentation.ts:829
Schema.Struct<{
  readonly _tag: Schema.tag<"Undefined">
  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 Undefined representation node.

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