database-js
database-js copied to clipboard
Strongly type "type" property of Field
Rather than having the type of "type" Field be of type string, it should be 'INT8' | 'INT16' | ... | string to make it easier to infer what type to check