gatsby-pingbot/types/mongo.d.ts

9 lines
159 B
TypeScript
Raw Normal View History

2021-10-03 12:55:49 +00:00
export interface CachedMongo {
conn: typeof import('mongoose')
promise: Promise<typeof import('mongoose')>
}
export interface URLSchema {
url: string
}