chore: improve type imports
This commit is contained in:
parent
797de0c543
commit
af630d3b8c
38 changed files with 92 additions and 94 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {createRandomID} from '@/helpers/randomId'
|
||||
import {parseURL} from 'ufo'
|
||||
|
||||
interface Provider {
|
||||
export interface Provider {
|
||||
name: string
|
||||
key: string
|
||||
authUrl: string
|
||||
|
|
|
|||
Reference in a new issue