effect-io-ai

Package: effect
Module: Schema

Schema.TreeRecord

A record node in a Tree: an object mapping string keys to child Tree nodes.

Signature

export interface TreeRecord<A> {
  readonly [x: string]: Tree<A>
}

Source

Since v4.0.0