Interface UpdatePrivilege

interface UpdatePrivilege {
    _tag: "UpdatePrivilege";
    columns: null | ast.Ident[];
}

Hierarchy

  • Tagged<"UpdatePrivilege", {}>
    • UpdatePrivilege

Properties

Properties

_tag: "UpdatePrivilege"
columns: null | ast.Ident[]

Generated using TypeDoc