8 lines
199 B

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