tidy(ui): clean up unused code 5

variables, types and schemas
This commit is contained in:
psychedelicious
2024-02-27 18:13:16 +11:00
parent b661d93bd8
commit d99bec8b1a
44 changed files with 151 additions and 996 deletions

View File

@ -11,7 +11,7 @@ const selectIsConnectionInProgress = createSelector(
(nodes) => nodes.connectionStartFieldType !== null && nodes.connectionStartParams !== null
);
export type UseConnectionStateProps = {
type UseConnectionStateProps = {
nodeId: string;
fieldName: string;
kind: 'inputs' | 'outputs';