diff --git a/src/runtime/types/index.d.ts b/src/runtime/types/index.d.ts index 32bef27..140210f 100644 --- a/src/runtime/types/index.d.ts +++ b/src/runtime/types/index.d.ts @@ -1,4 +1,4 @@ -export type Device = { +export interface Device { userAgent: string isDesktop: boolean isIos: boolean @@ -16,4 +16,4 @@ export type Device = { isChrome: boolean isSamsung: boolean isCrawler: boolean - } + }