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