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

This PR cherry-picks the following commits:

- 772345c83c

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2024-02-29 01:28:45 -08:00 committed by GitHub
parent 84780b1b75
commit 20db86da3e
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[];