Skip to content

Commit 68c5291

Browse files
committed
chore: fix ts issue
1 parent b106abf commit 68c5291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { IBaseTemplateDTO } from "../dto"
22
import { default as test } from "./test.base.json"
33

4-
const templates: Record<string, IBaseTemplateDTO> = { test } as const
4+
const templates = { test } as Record<string, IBaseTemplateDTO>
55

66
export { templates }

0 commit comments

Comments
 (0)