ftrackhq / ftrack-ts-schema-generator

Gets the schema from an ftrack instance and generates typescript interfaces for all the entity types in the instance.
Apache License 2.0
2 stars 1 forks source link

feat: add types to custom attributes #41

Closed ffMathy closed 2 months ago

ffMathy commented 4 months ago

Changes

The type was missing in the custom attribute definitions. This fixes that. Another PR will come up which builds on this, that starts using it a bit more.

It also removes the prettier check from the tests, as this is now a pre-commit hook. It was so annoying that I couldn't run tests because of formatting. Ran into that a lot. And in the end, it gets formatted anyway.

Test

Automated tests.

ffMathy commented 2 months ago

@jimmycallin has vacation ended yet? 😄

cc @gismya