/ src / types / tus.d.ts
tus.d.ts
1  import { Upload } from "tus-js-client";
2  
3  declare global {
4    var tus: { Upload: typeof Upload };
5  }