7 lines
126 B
C#
7 lines
126 B
C#
namespace TriliumMind;
|
|
|
|
public static class Consts
|
|
{
|
|
public const string ConfigLastFetchTimeKey = "LAST_FETCH_TIME";
|
|
}
|