Share via


AtlasConstraintDefOutput interface

class that captures details of a constraint.

Properties

params

The parameters of the constraint definition.

type

The type of the constraint.

Property Details

params

The parameters of the constraint definition.

params?: Record<string, any>

Property Value

Record<string, any>

type

The type of the constraint.

type?: string

Property Value

string