We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1bb5f commit dbfc29cCopy full SHA for dbfc29c
plugins/node/instrumentation-sequelize/src/index.ts
@@ -13,5 +13,10 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-export * from './instrumentation';
17
-export * from './types';
+export { SequelizeInstrumentation } from './instrumentation';
+export type {
18
+ SequelizeResponseCustomAttributesFunction,
19
+ SequelizeQueryHook,
20
+ SequelizeQueryHookParams,
21
+ SequelizeInstrumentationConfig,
22
+} from './types';
0 commit comments