fix(bridge): remove circular reference (#844)

This commit is contained in:
Daniel Roe 2021-10-12 21:02:07 +01:00 committed by GitHub
parent d148ac29cf
commit b6065a2edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ export interface NuxtConfig extends _NuxtConfig {
declare module '@nuxt/kit' {
interface ConfigSchema {
bridge: BridgeConfig
head: _NuxtConfig['head'] | MetaInfo
}
}