diff --git a/types.ts b/types.ts index ec9ddd5..0b6a87d 100644 --- a/types.ts +++ b/types.ts @@ -1,4 +1,4 @@ -import { JsonValue } from '@std/json' +import type { JsonValue } from '@std/json' export type UUID = `${string}-${string}-${string}-${string}-${string}` export type DateString =