Documentation
    Preparing search index...

    Interface DropSchemaQueryOptions

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

    Hierarchy (View Summary)

    Index
    cascade?: boolean
    ifExists?: boolean