Type alias QueryWithHelpers<ResultType, DocType, THelpers, RawDocType, QueryOp>

QueryWithHelpers<ResultType, DocType, THelpers, RawDocType, QueryOp>: Query<ResultType, DocType, THelpers, RawDocType, QueryOp> & THelpers

Type Parameters

  • ResultType

  • DocType

  • THelpers = {}

  • RawDocType = DocType

  • QueryOp = "find"

Generated using TypeDoc