13 lines
346 B
TypeScript
13 lines
346 B
TypeScript
import getResponseWithoutCors from "../utils/getResponseWithoutCors.ts"
|
|
import GenericObject from "../../common/types/GenericObject.ts";
|
|
import RequestType from "../../common/types/RequestType.ts";
|
|
import IAdapter from "../Interfaces/IAdapter.ts";
|
|
|
|
|
|
|
|
export {
|
|
getResponseWithoutCors,
|
|
type GenericObject,
|
|
RequestType,
|
|
IAdapter
|
|
} |