forked from mystiq/hydrogen-web
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 {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";
|
import type {RequestResult} from "../../../platform/web/dom/request/fetch.js";
|
||||||
|
|
||||||
type Options = IRequestOptions & {
|
type Options = IRequestOptions & {
|
||||||
|
|
Loading…
Reference in a new issue