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