1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: correct types used in addon.ts

This commit is contained in:
Ivar Conradi Østhus 2022-05-10 09:35:39 +02:00
parent 7c9966d96b
commit d711c4749d
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -1,4 +1,3 @@
import { Response } from 'node-fetch';
import fetch from 'make-fetch-happen';
import { addonDefinitionSchema } from './addon-schema';
import { IUnleashConfig } from '../types/option';