Files

7 lines
126 B
C#
Raw Permalink Normal View History

2025-12-11 10:20:10 +09:00
namespace TriliumMind;
public static class Consts
{
public const string ConfigLastFetchTimeKey = "LAST_FETCH_TIME";
}