Type Alias Row

Row: {
    [key: string]: Value | Row | ReadonlyArray<Row>;
}