Type alias LoadUnit

LoadUnit: string | {
    ext: string;
    url: string;
}

Type declaration

  • ext: string
  • url: string