Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$Symbolconsteffect/SchemaRepresentation.ts:1192
Schema.Struct<{
  readonly _tag: Schema.tag<"Symbol">
  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 Symbol representation node.

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