export interface CollectionCustomStructure { /** your custom property name to for the "label" (text displayed in the select dropdown UI) */ label: string; /** your custom property name to use for the "value" (equals of the "option" in a select dropdown) */ value: string; /** * defaults to "value", optional text that can be added to each