interface Constraint {
    id: string;
    max: object;
    min: object;
}

Properties

Properties

id: string
max: object
min: object