ConstraintOptions: Partial<Omit<IConstraint, "render">> & {
    render?: Partial<IConstraint["render"]>;
}

Type declaration

Generated using TypeDoc