chore(types): cleanup

This commit is contained in:
moklick
2024-02-17 16:32:59 +01:00
parent ad7403cc75
commit a16c5c9bd5
7 changed files with 8 additions and 13 deletions
-1
View File
@@ -1,6 +1,5 @@
import { Position } from './utils';
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type EdgeBase<
EdgeData extends Record<string, unknown> = Record<string, unknown>,
EdgeType extends string | undefined = string | undefined