Type alias DocumentWithId

DocumentWithId: {
    _id: string;
}

A document stored in a collection. If an _id field is not provided, one will be generated on insert.

Type declaration

  • _id: string

Generated using TypeDoc