Files
torrentio/src/producer/Features/JobSupport/Literals.cs
purple_emily 79409915cf Run pre-commit
2024-03-08 14:34:53 +00:00

8 lines
188 B
C#

namespace Producer.Features.JobSupport;
public static class Literals
{
public const string CrawlersJobs = "CrawlersJobs";
public const string PublishingJobs = "PublishingJobs";
}