chore: fix some type issues

This commit is contained in:
2026-05-05 21:28:03 +02:00
parent 1d60090ffe
commit f0cb12a088
4 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
<script lang="ts">
import type { NodeInput } from '@nodarium/types';
import '$lib/app.css';
import {
Details,
@@ -39,7 +40,7 @@
settings: { seed: 42, enabled: true }
});
let socketTypes = $state({
let socketTypes: Record<string, NodeInput> = $state({
input_0: {
'label': 'Input 0',
'type': 'path'