fix: prevent out-of-bounds wizard steps and remove duplicate FieldCondition property definition

This commit is contained in:
estifanos
2026-08-26 09:52:31 +00:00
parent 3cab22b58d
commit b099870370
2 changed files with 8 additions and 2 deletions

View File

@@ -67,8 +67,6 @@ export type FormFieldType =
| "TIN";
export interface FieldCondition {
/** Omitted when `anyOf` is used instead — see below. */
field?: string;
/** Omitted when `anyOf` is used instead — see below. */
field?: string;
equals?: string | number | boolean;