UNPKG

ng2-encrm-components

Version:
6 lines (5 loc) 108 B
export interface IEnSelectListItem { label: string; value: string; suboptions?: IEnSelectListItem[] }