Skip to main content
Module

x/mongo/ts/result.ts

MongoDB driver for Deno
Extremely Popular
Go to Latest
File
export interface UpdateResult { matchedCount: number; modifiedCount: number; upsertedId: Object | null;}