Skip to main content

TypeScript shape

interface SparklineValue {
  timestamp: number;
  value: number;
}
timestamp
Int!
Unix timestamp.
value
Float!
Value at timestamp.