I usually create a structs.js to share common structs or anything between shaders, but every time I add a new RenderPass I need to import them there, so I was thinking maybe something like
points.import('./structs.js')
this would be included/appended into all RenderPass loaded