UNPKG

@trophyso/node

Version:
6 lines (5 loc) 181 B
import type * as TrophyApi from "../index"; /** * Request body for updating points systems. */ export type UpdatePointsSystemsRequest = TrophyApi.UpdatePointsSystemRequestItem[];