UNPKG

trainingpeaks-sdk

Version:
4 lines 254 B
import type { Credentials, Session } from '../../domain/index.js'; export type AuthenticateUserResult = Session; export type AuthenticateUser = (credentials: Credentials) => Promise<AuthenticateUserResult>; //# sourceMappingURL=authenticate-user.d.ts.map