Files
2024-03-13 00:33:46 +01:00

8 lines
157 B
C#

namespace Kreta.Client.CoreApi.Constant
{
internal static class Scope
{
public const string Private = "kreta-core-webapi.public";
}
}