QueryResultKindtype QueryResultKind<TKind extends QueryResultHKT, TRow> = (TKind & {readonly row: TRow; })["type"];§Type Parameters§TKind extends QueryResultHKT[src]§TRow[src]§Type§(TKind & {readonly row: TRow; })["type"][src]