I thought at first to use the utils folder, but then the documentation specifically says:
"These utils are only available within the Vue part of your app.
Only server/utils are auto-imported in the server/ directory."
Where is it recommended to store shared functions and types? ☺️ (besides components and composables, which I understand can be used from anywhere when stored in the folders by the same names)