Is there a way to define some interface values in other files than the one it's defined ? And same question for enum values. I have an enum grouping all twitch events in Events.ts, and an interface that link an Event to the EventData & EventSubscription types. But since every event takes lot of types, I would like to do like 1 file per event so it doesn't get overloaded, which would add it's own subscription and data types to a global interface
#Define interface values in different files
3 messages · Page 1 of 1 (latest)