Interface AlterTable<Ext>

interface AlterTable<Ext> {
    _tag: "AlterTable";
    action: AlterTableAction<Ext>;
    extensions: null | Ext["AlterTable"];
    name: ast.Ident;
}

Type Parameters

Hierarchy

Properties

_tag: "AlterTable"
extensions: null | Ext["AlterTable"]
name: ast.Ident

Generated using TypeDoc