mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 09:54:55 -06:00
3 lines
129 B
JavaScript
3 lines
129 B
JavaScript
export type Orderby = 'distance' | 'lastupdated' | 'quantity';
|
|
|
|
export const ORDER_BY = ['distance', 'lastupdated', 'quantity'];
|