aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Statics/SystemConstants.cs
blob: 5f6da55145eab711b408fc620d50720062dfc0ce (plain) (blame)
1
2
3
4
5
6
7
namespace I2R.Storage.Api.Statics;

public static class SystemConstants
{
    public const string FolderMimeType = "internal/folder";
    public const string MetadataFileExtension = ".__meta";
}