fit(ct): remove unused type import

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

View file

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