-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I would like to export multiple types in the same file instead of creating a file for each
Or this is this currently achievable?
Describe the solution you'd like
Something like #[ts(export_to_single_file)] that exports every types related to this container into the same file
Describe alternatives you've considered
It could work with #[ts(export_to = "Setting.ts")], but currently it overrides the content if i declare this multiple times
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request