database-js icon indicating copy to clipboard operation
database-js copied to clipboard

Strongly type "type" property of Field

Open RhysSullivan opened this issue 2 years ago • 0 comments

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

RhysSullivan avatar Sep 24 '23 07:09 RhysSullivan