Example of custom typescript types #16
Unanswered
reinvanimschoot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys
Really happy with this gem! But we have some troubles with using custom typescript types such as in this example:
Is there an example of the types file that woulld have the Status type?
Since the gem creates a default import
import type Status from '../Status';
, it is a bit limiting to how we can declare types in that file.Kind regards
Rein
Beta Was this translation helpful? Give feedback.
All reactions