1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00
budibase/packages/types
2023-07-21 12:15:33 +01:00
..
src Quick improvement to table types, before now the field schema was quite difficult to parse/work out what components of the schema were used for what, this at least separates them into particularly grouped bits of metadata, so it is obvious which parts are used for which. In future we should really flip this a bit, so that FieldSchema is the base implementation, and then each of the types has its own schema extending that base - but that would be a more serious refactor (need to cast to the correct type when using based on the 'type' property. 2023-07-21 12:15:33 +01:00
.gitignore
package.json Update local versions to 0.0.0 2023-05-29 10:54:10 +02:00
tsconfig-base.build.json
tsconfig-cjs.build.json
tsconfig.build.json
tsconfig.json