3358d9e320
Migrate plugin library to https://services.discoict.com.au
12 lines
233 B
C#
12 lines
233 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Disco.Models.Services.Interop.DiscoServices
|
|
{
|
|
public class PluginLibraryIncompatibility
|
|
{
|
|
|
|
public List<PluginIncompatibility> IncompatiblePlugins { get; set; }
|
|
|
|
}
|
|
}
|