config
{ searchInput?: boolean; checkbox?: boolean; columns: { from: { title: string; description: string; }; to: { title: string; description: string; }; }; }
boolean
string
transferListData
TransferListRow[]
TransferListRow
interface TransferListRow { value: string; label: string; selected: boolean; locked: boolean; wildcard: boolean; }