UNPKG

@trophyso/node

Version:
8 lines (7 loc) 155 B
/** * An optional badge for the level. */ export interface CreatePointsLevelRequestItemBadge { /** The URL of the badge image. */ url: string; }