Remove export
This commit is contained in:
parent
33988428ea
commit
bd736836f0
|
@ -7,7 +7,7 @@ import {
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import { db as dbCore } from "@budibase/backend-core"
|
import { db as dbCore } from "@budibase/backend-core"
|
||||||
|
|
||||||
export interface CouchDBConfig {
|
interface CouchDBConfig {
|
||||||
url: string
|
url: string
|
||||||
database: string
|
database: string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue