refactor(types): remove any usages and strengthen typings across web and base (#26677)
This commit is contained in:
@@ -127,7 +127,7 @@ const VarReferencePicker: FC<Props> = ({
|
||||
|
||||
const reactflow = useReactFlow()
|
||||
|
||||
const startNode = availableNodes.find((node: any) => {
|
||||
const startNode = availableNodes.find((node: Node) => {
|
||||
return node.data.type === BlockEnum.Start
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user