gatsby-pingbot/types/mongo.d.ts
2021-10-03 12:55:49 +00:00

9 lines
159 B
TypeScript

export interface CachedMongo {
conn: typeof import('mongoose')
promise: Promise<typeof import('mongoose')>
}
export interface URLSchema {
url: string
}