UNPKG

ngx-bootstrap

Version:
7 lines (6 loc) 172 B
export interface TypeaheadOrder { /** field for sorting */ field?: string; /** ordering direction, could be 'asc' or 'desc' */ direction: 'asc' | 'desc'; }