diff --git a/src/configuration.d.ts b/src/configuration.d.ts index 085ed5d..baf6676 100644 --- a/src/configuration.d.ts +++ b/src/configuration.d.ts @@ -1412,6 +1412,10 @@ export interface StructureValue extends Previewable, PickerPreviewable, Schemali * Used to group and filter items when selecting from a modal. */ tags?: string[]; + /** + * Allows you to group the inputs inside this object together without changing the data structure. + */ + groups?: ObjectInputGroup[]; /** * The actual value used when items are added after selection. */