Interface CormoTypesBigIntegerNamespace

Represents a 54bit(JS limit) integer, used in model schemas. types

interface CormoTypesBigInteger {
    _type: "biginteger";
}

Properties

Properties

_type: "biginteger"

Generated using TypeDoc