UNPKG

@obliczeniowo/elementary

Version:
6 lines (5 loc) 93 B
export interface SortOption { id: number; name: string; order: 'ASC' | 'DESC'; }