diff --git a/src/configuration.d.ts b/src/configuration.d.ts index 43ab382..a57a122 100644 --- a/src/configuration.d.ts +++ b/src/configuration.d.ts @@ -854,7 +854,7 @@ export interface ObjectInputOptions extends BaseInputOptions { /** * Changes the appearance and behavior of the input. */ - subtype?: 'object' | 'mutable'; + subtype?: 'object' | 'mutable' | 'tabbed'; /** * Contains options for the "mutable" subtype. */