interface RemoveConstraintQueryOptions {
    cascade?: boolean;
    ifExists?: boolean;
}

Hierarchy (view full)

Properties

Properties

cascade?: boolean
ifExists?: boolean