using System;
namespace WebApp.Outlook.Models
{
public class TeamFunSettings
public Boolean AllowGiphy { get; set; }
public string GiphyContentRating { get; set; }
}