maltejur / directus-extension-generate-types

Create types for your directus project in your favourite language.
Other
199 stars 24 forks source link

Consider groups optional in typescript #46

Open flipswitchingmonkey opened 2 weeks ago

flipswitchingmonkey commented 2 weeks ago

Tiny change so that field groups are not returned as required string fields (they do not contain any data and no schema, so they should be marked as optional - maybe even as never?)