UNPKG

motidata

Version:

Data retrieval library for services (e.g. App) accessing MotiMate's main Api

8 lines 249 B
import type { GroupDetailsDTO } from "./GroupDetailsDTO.js"; export interface UserDetailsDTO { userId: string; personalGoal: number; personalProgress: number; groupInfo: GroupDetailsDTO; } //# sourceMappingURL=UserDetailsDTO.d.ts.map