namespace ElectronNET.API.Entities
{
///
///
///
public class FileFilter
{
///
/// Gets or sets the extensions.
///
///
/// The extensions.
///
public string[] Extensions { get; set; }
///
/// Gets or sets the name.
///
///
/// The name.
///
public string Name { get; set; }
}
}