2026-04-11 21:36:05 +02:00

9 lines
168 B
C#

namespace OnlyPrompt.Backend.Database
{
public static class ModelConstants
{
public const int MaxSlugLength = 100;
public const string UserRole = "user";
}
}