Type alias Shape

Shape: {
    [key: string]: BasePredicate | Shape;
}

Type declaration

  • [key: string]: BasePredicate | Shape