trainingpeaks-sdk
Version:
TypeScript SDK for TrainingPeaks API integration
6 lines • 476 B
TypeScript
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