1 2 3 4 5 6 7
// declare selectionitem types export interface SelectionItem { field: string; value: string; placeholder: string; required: boolean; }