Skip to content

MetricRowDto — @gj-kit/expo-workouts

A public interface from @gj-kit/expo-workouts/core. The signature below is taken directly from the 0.1.1 release declaration.

import { MetricRowDto } from '@gj-kit/expo-workouts/core';
/** 한 메트릭 레코드 행. 세션당이 아니라 **페이지 창당** 한 번 읽는다(§8.4). */
interface MetricRowDto {
readonly type: MetricTypeDto;
readonly startMs: number;
readonly endMs: number;
readonly value: number;
/** `dataOrigin.packageName` — 소스별 합산을 `./core`가 하기 위해 필요하다. */
readonly origin: string;
}

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/expo-workouts
  • Version: 0.1.1
  • Public entry: ./core
  • Source: GitHub