mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-09 05:20:05 +00:00
refactor(request-client): put related types in one file
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import {
|
||||
SASJS_LOGS_SEPARATOR,
|
||||
SasjsRequestClient,
|
||||
SasjsParsedResponse
|
||||
} from '../SasjsRequestClient'
|
||||
import { SASJS_LOGS_SEPARATOR, SasjsRequestClient } from '../SasjsRequestClient'
|
||||
import { SasjsParsedResponse } from '../../types'
|
||||
import { AxiosResponse } from 'axios'
|
||||
|
||||
describe('SasjsRequestClient', () => {
|
||||
|
||||
Reference in New Issue
Block a user