Skip to content

Commit

Permalink
ALL-2835 - Extension Ecosystem enabler - cleanup 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Smrecz committed Sep 22, 2023
1 parent 7e30cee commit a33cf7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/extensions/tatumsdk.extensions.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export type ExtensionWithConfig = {

export type ExtensionConstructorOrConfig = ExtensionConstructor | ExtensionWithConfig

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type ServiceConstructor<T> = new (...args: any[]) => T

0 comments on commit a33cf7b

Please sign in to comment.