prorm API Reference
    Preparing search index...

    Interface DropSchemaOptions

    Options for dropping a schema, including whether to cascade to the objects inside it.

    interface DropSchemaOptions {
        ifExists?: boolean;
        cascade?: boolean;
    }
    Index
    ifExists?: boolean
    cascade?: boolean