Skip to content

Commit

Permalink
Expose generic param to transient type (#2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jul 31, 2024
1 parent 4789a31 commit 86b7ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/types-core/src/project/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export interface CommonSubqueryProject<
* @interface
* @extends {ProjectNetworkConfig}
*/
export interface IProjectNetworkConfig extends ProjectNetworkConfig {
export interface IProjectNetworkConfig<EndpointConfig extends IEndpointConfig = IEndpointConfig>
extends ProjectNetworkConfig<EndpointConfig> {
/**
* The unique identity of the chain.
*
Expand Down

0 comments on commit 86b7ae8

Please sign in to comment.