app.get<{filename: string}>('/assets', /* send file response */ );
trpc.assets.query({filename: 'test'})