1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

fix(sasjs-utils): fixed imports

This commit is contained in:
Yury Shkoda
2023-06-22 13:37:07 +03:00
parent e0aebc169f
commit 6bf68a315c
14 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import { AuthConfig, ServerType } from '@sasjs/utils'
import { AuthConfig, ServerType } from '@sasjs/utils/types'
import * as NodeFormData from 'form-data'
import { generateToken, mockAuthResponse } from './mockResponses'
import { RequestClient } from '../../request/RequestClient'