cherry-pick(#29706): fit(ct): remove unused type import

This commit is contained in:
github-actions 2024-02-28 12:32:31 +00:00
parent e7f0635c17
commit f8465d9e37

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[];