Remove unused type import

Signed-off-by: Flo Becker <flo@die-beckerei.de>
This commit is contained in:
Flo Becker 2024-02-28 11:07:47 +01:00 committed by GitHub
parent 8264bec01e
commit b8f17d745e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,6 @@
* limitations under the License.
*/
import type { ImportRegistry } from '../src/injected/importRegistry';
type JsonPrimitive = string | number | boolean | null;
type JsonValue = JsonPrimitive | JsonObject | JsonArray;
type JsonArray = JsonValue[];