File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import * as types from '@iroha/core/data-model'
1010import type { PrivateKey } from '@iroha/core/crypto'
1111import { assert } from '@std/assert'
1212import type { MainAPI } from './api.ts'
13- import type { QuerySelectors } from '../core/data-model/prototypes.generated.ts'
1413
1514export class QueryExecutor {
1615 private readonly api : MainAPI
@@ -58,7 +57,7 @@ export class QueryBuilder<Q extends QueryKind, Output = DefaultQueryOutput<Q>> e
5857 }
5958
6059 public override selectWith < const ProtoTuple > (
61- fn : ( prototype : QuerySelectors [ Q ] ) => ProtoTuple ,
60+ fn : ( prototype : types . QuerySelectors [ Q ] ) => ProtoTuple ,
6261 ) : QueryBuilder < Q , SelectedTuple < ProtoTuple > > {
6362 super . selectWith ( fn )
6463 return this as QueryBuilder < Q , SelectedTuple < ProtoTuple > >
You can’t perform that action at this time.
0 commit comments