Skip to content

Commit

Permalink
Add tabbed as a valid object subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Sep 11, 2024
1 parent 19124bf commit 8040dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ export interface ObjectInputOptions extends BaseInputOptions<EmptyTypeObject> {
/**
* Changes the appearance and behavior of the input.
*/
subtype?: 'object' | 'mutable';
subtype?: 'object' | 'mutable' | 'tabbed';
/**
* Contains options for the "mutable" subtype.
*/
Expand Down

0 comments on commit 8040dd8

Please sign in to comment.