Interface DropTableConstraint<Ext>

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

Type Parameters

Hierarchy

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

Properties

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

Generated using TypeDoc