fix: lint type import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { KomgaUser } from "./komga";
|
||||
import type { KomgaUser } from "./komga";
|
||||
|
||||
export interface AuthConfig {
|
||||
serverUrl: string;
|
||||
|
||||
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { ErrorCode } from "@/constants/errorCodes";
|
||||
import type { ErrorCode } from "@/constants/errorCodes";
|
||||
|
||||
export interface AppErrorType extends Error {
|
||||
code: ErrorCode;
|
||||
|
||||
Reference in New Issue
Block a user