With the exception of code that is interfacing with some external language (C, C++, etc) this doesn't really make sense. Nim is module based, so you just import the types from the files you need and Nim takes care of all the type linking. If you need to use mutually recursive types, put all the types in a [single 'type' block](https://nim-lang.org/docs/manual.html#type-sections).
- How To - Proper Interfacing In Nim ivanitto
- Re: How To - Proper Interfacing In Nim Varriount
- Re: How To - Proper Interfacing In Nim pwernersbach
- Re: How To - Proper Interfacing In Nim ivanitto
- Re: How To - Proper Interfacing In Nim Stefan_Salewski