Skip to content

Commit

Permalink
fix RuntimeDatasourceTemplate generic typing
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 committed Oct 4, 2023
1 parent 1985b37 commit 05f9342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
} from '@subql/types-core';
import {CosmosBlock, CosmosTransaction, CosmosMessage, CosmosEvent} from './interfaces';

export type RuntimeDatasourceTemplate = BaseTemplateDataSource<SubqlCosmosDatasource>;
export type RuntimeDatasourceTemplate = BaseTemplateDataSource<SubqlCosmosRuntimeDatasource>;
export type CustomDatasourceTemplate = BaseTemplateDataSource<SubqlCosmosCustomDatasource>;

export type CosmosProjectManifestV1_0_0 = ProjectManifestV1_0_0<
Expand Down

0 comments on commit 05f9342

Please sign in to comment.