namespace WebApp.Outlook.Models
{
public class TeamGuestSettings
public bool AllowCreateUpdateChannels { get; set; }
public bool AllowDeleteChannels { get; set; }
}