Type Alias Child

Child:
    | Node
    | string
    | number
    | boolean
    | bigint
    | null
    | undefined