chore: prefer top-level type import

Prepare for TypeScript 5.0 verbatimModuleSyntax option
This commit is contained in:
Simon Chan 2023-02-23 15:59:32 +08:00
parent 2c5282bc41
commit 6f1be248fb
81 changed files with 345 additions and 404 deletions

View file

@ -1,6 +1,6 @@
import { type StructFieldDefinition } from "./definition.js";
import { type StructOptions } from "./options.js";
import { type StructValue } from "./struct-value.js";
import type { StructFieldDefinition } from "./definition.js";
import type { StructOptions } from "./options.js";
import type { StructValue } from "./struct-value.js";
/**
* A field value defines how to serialize a field.