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