Interface DropSchema<Ext>

interface DropSchema<Ext> {
    _tag: "DropSchema";
    behavior: DropBehavior;
    extensions: null | Ext["DropSchema"];
    name: QualifiedIdent;
}

Type Parameters

Hierarchy

Properties

_tag: "DropSchema"
behavior: DropBehavior
extensions: null | Ext["DropSchema"]

Generated using TypeDoc