// declare selectionitem types export interface SelectionItem { field: string; value: string; placeholder: string; required: boolean; }