UNPKG

miter

Version:

A typescript web framework based on ExpressJs based loosely on SailsJs

23 lines (22 loc) 350 B
export declare enum Types { string = 0, text = 1, integer = 2, bigint = 3, float = 4, real = 5, double = 6, decimal = 7, date = 8, dateonly = 9, boolean = 10, enum = 11, uuid = 12, virtual = 13, array = 14, json = 15, jsonb = 16, blob = 17, range = 18, geometry = 19, }