rxfire icon indicating copy to clipboard operation
rxfire copied to clipboard

CountSnapshot / TS2305 / Alguna ayuda al respecto

Open jaalgazu opened this issue 1 year ago • 0 comments

Error: node_modules/rxfire/firestore/lite/interfaces.d.ts:11:47 - error TS2314: Generic type 'AggregateQuerySnapshot<T>' requires 1 type argument(s).

11 export type CountSnapshot<T = DocumentData> = lite.AggregateQuerySnapshot< ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 { ~~~ ... 16 T ~~~ 17 >;

Intente lo siguiente sin resultado positivo, sobre el archivo interfaces.d.ts dentro del node_modules:

export type CountSnapshot<T = DocumentData> = lite.AggregateQuerySnapshot<{ count: lite.AggregateField; }, any, T>;

image

muchas gracias de antemano

jaalgazu avatar Nov 24 '23 01:11 jaalgazu