chore(examples): cleanup
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ declare global {
|
||||
// interface Platform {}
|
||||
}
|
||||
|
||||
interface GenericTestCase {
|
||||
interface FlowConfig {
|
||||
flowProps: Omit<SvelteFlowProps, 'nodes' | 'edges'> & { nodes: Node[]; edges: Edge[] };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user