Running ```ts const hostedFiles = await ctx.sdk.hostedFile.getAll(); hostedFiles.forEach(async (hostedFile) => { console.log(hostedFile.path); }); ``` Inside a check, it will throw an error because `hostedFile` doesn't exist in `sdk` for some reason.
Running
Inside a check, it will throw an error because
hostedFiledoesn't exist insdkfor some reason.