export interface ListOrder { key: string; reverse?: boolean; }