UNPKG

librelinkup-api-client

Version:

An unofficial API for Libre Link Up (glucose monitoring system/CGM)

4 lines (3 loc) 135 B
import { Trend, TrendType } from "./types"; export declare const TREND_MAP: Trend[]; export declare const TREND_TYPE_MAP: TrendType[];