export interface PatchPointsLevelsRequestItemBadge {
    /** The URL of the badge image. */
    url: string;
}
