mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-07-21 04:56:19 +02:00
d7345e91d3
Closes #11
8 lines
183 B
C#
8 lines
183 B
C#
namespace DiscordChatExporter.ViewModels
|
|
{
|
|
public interface ISettingsViewModel
|
|
{
|
|
string DateFormat { get; set; }
|
|
int MessageGroupLimit { get; set; }
|
|
}
|
|
} |