UNPKG

@trophyso/node

Version:
6 lines (5 loc) 172 B
import type * as TrophyApi from "../index"; /** * Response containing a list of points systems. */ export type ListPointsSystemsResponse = TrophyApi.AdminPointsSystem[];