Documentation
    Preparing search index...

    Interface RemoveConstraintQueryOptions

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

    Hierarchy (View Summary)

    Index
    cascade?: boolean
    ifExists?: boolean