Interface ColumnNotNull

interface ColumnNotNull {
    _tag: "ColumnNotNull";
}

Hierarchy

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

Properties

Properties

_tag: "ColumnNotNull"

Generated using TypeDoc