Type alias AssertionMinEdgeLength

AssertionMinEdgeLength: {
    id: ID;
    kind: "assert.minEdgeLength";
    min: Scalar;
    target?: Selector;
}

Type declaration