From 53d6727650a985897742e5cea2651dbb6ed2041e Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 7 May 2024 11:34:29 +0200 Subject: [PATCH] refactor: :recycle: specify imports as types --- types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =