Type Alias ListDiff

ListDiff: { diff: Delta<(Value | Container)[]>[]; type: "list" }

Type declaration