fit(ct): remove unused type import (#29706)

Signed-off-by: Flo Becker <flo@die-beckerei.de>
This commit is contained in:
Flo Becker 2024-02-28 13:31:43 +01:00 committed by GitHub
parent 8264bec01e
commit 772345c83c
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[];