Two naming suggestions. ## `namedTypes*` to `sharedTypes*` `named` sounds ambiguous. This kind of type is shared between different modules/files. ## `@shouldExport` to `@export` or `@public` or `@published` `shouldExport` looks a bit lengthy. Can we simplify it?
Two naming suggestions.
namedTypes*tosharedTypes*namedsounds ambiguous. This kind of type is shared between different modules/files.@shouldExportto@exportor@publicor@publishedshouldExportlooks a bit lengthy. Can we simplify it?