diff --git a/invokeai/frontend/web/src/features/nodes/types/field.ts b/invokeai/frontend/web/src/features/nodes/types/field.ts index 26f2a72ee2..804f09b45f 100644 --- a/invokeai/frontend/web/src/features/nodes/types/field.ts +++ b/invokeai/frontend/web/src/features/nodes/types/field.ts @@ -30,6 +30,8 @@ import { * - zFieldOutputInstance - zod schema for the field's output instance * - zFieldInputTemplate - zod schema for the field's input template * - zFieldOutputTemplate - zod schema for the field's output template + * - inferred types for each schema + * - type guards for InputInstance and InputTemplate * * These then must be added to the unions at the bottom of this file. */