pg-structure / NumericType
Enumeration: NumericType
Type of the numeric type.
Enumeration members
Exact
• Exact: = "Exact"
Defined in: types/index.ts:13
Floating
• Floating: = "Floating"
Defined in: types/index.ts:14
Integer
• Integer: = "Integer"
Defined in: types/index.ts:12