refactor: ♻️ specify imports as types
This commit is contained in:
parent
b0d9942586
commit
53d6727650
2
types.ts
2
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 UUID = `${string}-${string}-${string}-${string}-${string}`
|
||||||
export type DateString =
|
export type DateString =
|
||||||
|
|
Loading…
Reference in a new issue