Interface DropAssertion<Ext>

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

Type Parameters

Hierarchy

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

Properties

Properties

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

Generated using TypeDoc