5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export const Constants = {
|
|
MIN_DELAY_LOCATION_SENT: 20,
|
|
QUERY_REFETCH_INTERVAL: 15,
|
|
}
|