refactor: ♻️ specify imports as types

This commit is contained in:
Julien Oculi 2024-05-07 11:34:29 +02:00
parent b0d9942586
commit 53d6727650

View file

@ -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 UUID = `${string}-${string}-${string}-${string}-${string}`
export type DateString = export type DateString =