4 lines
93 B
C#
4 lines
93 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record FileProviderFilter(List<string> Extensions);
|