Type alias WatchOptionsIds<T>

WatchOptionsIds<T>: {
    filter?: never;
    ids: T["_id"][];
}

Type Parameters

Type declaration

  • Optional filter?: never
  • ids: T["_id"][]

    A list of document IDs for which change events you want to watch.

Generated using TypeDoc