AtlasConstraintDefOutput interface
class that captures details of a 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