mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
10 lines
426 B
Markdown
10 lines
426 B
Markdown
|
## The types folder
|
||
|
|
||
|
The types folder should contain the enums and custom types that are used in your tables.
|
||
|
|
||
|
Please note that the contents of this folder are imported **before** everything else in the pack.
|
||
|
|
||
|
Its contents **can be imported anywhere** in the Pack, including the `tables` folder, without creating a circular import.
|
||
|
|
||
|
However, its files are **forbidden from importing anything else** from the rest of the pack!
|