UNPKG

trainingpeaks-sdk

Version:
6 lines 454 B
import type { HttpClient } from '../../../../../../adapters/http/index.js'; import type { HttpResponse } from '../../../../../../application/index.js'; import type { AuthToken } from '../../../../../../domain/index.js'; import type { TrainingPeaksUserResponse } from './user.types.js'; export declare const getUser: (httpClient: HttpClient, authToken: AuthToken) => Promise<HttpResponse<TrainingPeaksUserResponse>>; //# sourceMappingURL=user.api.d.ts.map