UNPKG

trainingpeaks-sdk

Version:
6 lines 476 B
import type { TrainingPeaksAthlete as TrainingPeaksAthleteType } from '../../domain/schemas/entities.schema.js'; export type TrainingPeaksAthlete = TrainingPeaksAthleteType; export declare const getAthleteFullName: (athlete: TrainingPeaksAthlete) => string; export declare const isPremiumAthlete: (athlete: TrainingPeaksAthlete) => boolean; export declare const isCoachedAthlete: (athlete: TrainingPeaksAthlete) => boolean; //# sourceMappingURL=training-peaks-athlete.d.ts.map