mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 20:40:05 +00:00
refactor(request-client): put related types in one file
This commit is contained in:
@@ -9,9 +9,9 @@ import {
|
||||
LoginRequiredError,
|
||||
AuthorizeError,
|
||||
NotFoundError,
|
||||
InternalServerError
|
||||
} from '../types/errors'
|
||||
import { VerboseMode } from '../types'
|
||||
InternalServerError,
|
||||
VerboseMode
|
||||
} from '../types'
|
||||
import { RequestClient } from '../request/RequestClient'
|
||||
import { getTokenRequestErrorPrefixResponse } from '../auth/getTokenRequestErrorPrefix'
|
||||
import { AxiosResponse } from 'axios'
|
||||
|
||||
Reference in New Issue
Block a user