Interface DropTable<Ext>

interface DropTable<Ext> {
    _tag: "DropTable";
    behavior: DropBehavior;
    extensions: null | Ext["DropTable"];
    name: ast.Ident;
}

Type Parameters

Hierarchy

  • Tagged<"DropTable", {
        behavior: DropBehavior;
        extensions: Ext["DropTable"] | null;
        name: ast.Ident;
    }>
    • DropTable

Properties

_tag: "DropTable"
behavior: DropBehavior
extensions: null | Ext["DropTable"]
name: ast.Ident

Generated using TypeDoc