types.js --> types
This commit is contained in:
parent
f89b937ee7
commit
bf93bd79c9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import {AbortError, ConnectionError} from "../../error.js";
|
||||
import type {IRequestOptions, RequestFunction} from "../../../platform/types/types.js";
|
||||
import type {IRequestOptions, RequestFunction} from "../../../platform/types/types";
|
||||
import type {RequestResult} from "../../../platform/web/dom/request/fetch.js";
|
||||
|
||||
type Options = IRequestOptions & {
|
||||
|
|
Reference in a new issue