fix: improve some types
This commit is contained in:
parent
f9b51306c3
commit
4a50e6aae2
4 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {AuthenticatedHTTPFactory} from '@/http-common'
|
||||
import {AxiosResponse} from 'axios'
|
||||
import type {AxiosResponse} from 'axios'
|
||||
|
||||
let savedToken: string | null = null
|
||||
|
||||
|
|
|
|||
Reference in a new issue