import { UserStatic } from "../models/User"; export interface DbInterface { User: UserStatic; }