Interface: Partitioned<T>
Defined in: packages/core/src/graph/operations.ts:222
Both halves of a partition: what the decision kept, and what it did not.
Type Parameters
T
T
Properties
failed
failed:
T[]
Defined in: packages/core/src/graph/operations.ts:224
passed
passed:
T[]
Defined in: packages/core/src/graph/operations.ts:223