directus-extension-generate-types icon indicating copy to clipboard operation
directus-extension-generate-types copied to clipboard

Create types for your directus project in your favourite language.

Results 14 directus-extension-generate-types issues
Sort by recently updated
recently updated
newest added

I've installed the extension following a guide in the README. On Directus startup there is a line `INFO: Loaded extensions: generate-types`. However, I see no `generate-types` module in settings.

bug

It would be great if this extension could save the generated types on disk, so when running an instance locally for development the types could be directly imported into the...

enhancement

I just noticed a problem with the types. I created a new field of type checkbox, but your extension sets the following type: ```ts gender?: unknown | null; ``` However,...

This PR aims to specify types for the default directus collection fields with json or csv types. Eventhough I'd love to be able to generate them automatically I couldn't find...

- Add GENERATE_TYPES_SYNCED_TS_FILES="my-synced-types.d.ts, my-second-synced-types.d.ts" to your .env (support for several files is for not fully configured monorepos like in my case) - Create/udate/delete a collection, a field or a relation...

Hi there, it seems like the module is not loading in Directus 11.0.1 even though the extension is installed and enabled. It doesn't list in the settings screen though for...

I added generated typescript types to my code and created client as written: `const client = createDirectus("").with(rest());` It works well, but how is now the correct typed syntax to do...

As I love your project and I am using it often. It would be nice to use it in an automatic script to download them directly via an URL.

Would be great to have an option to export clean SDK types according the new documentation: https://docs.directus.io/guides/sdk/types.html