/**
 * An optional badge for the level.
 */
export interface CreatePointsLevelRequestItemBadge {
    /** The URL of the badge image. */
    url: string;
}
