update(types): remove null types and use undefined
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -9,10 +9,10 @@ export enum ConnectionLineType {
|
||||
}
|
||||
|
||||
export interface Connection {
|
||||
source: ElementId | null
|
||||
target: ElementId | null
|
||||
sourceHandle: ElementId | null
|
||||
targetHandle: ElementId | null
|
||||
source: ElementId
|
||||
target: ElementId
|
||||
sourceHandle: ElementId
|
||||
targetHandle: ElementId
|
||||
}
|
||||
|
||||
export type ConnectionLineProps = {
|
||||
|
||||
Reference in New Issue
Block a user