Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$UniqueSymbolconsteffect/SchemaRepresentation.ts:1229
Schema.Struct<{
  readonly _tag: Schema.tag<"UniqueSymbol">
  readonly annotations: Schema.optional<
    Schema.decodeTo<
      Schema.$Record<Schema.String, Schema.Unknown>,
      Schema.$Record<
        Schema.String,
        Schema.Codec<PrimitiveTree, PrimitiveTree, never, never>
      >,
      never,
      never
    >
  >
  readonly symbol: Schema.Symbol
}>

Schema for the UniqueSymbol representation node.

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