type
'Schema<
{ readonly id: string; readonly children?: readonly Node[]; },
{ readonly id: string; readonly children?: readonly Node[]; }>'
is not assignable to type 'Schema<Node, Node>'.
type
'Schema<
{ readonly id: string; readonly children?: readonly Node[]; },
{ readonly id: string; readonly children?: readonly Node[]; }>'
is not assignable to type 'Schema<Node, Node>'.