mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
9 lines
188 B
C#
9 lines
188 B
C#
namespace FreeSR.Database.Configuration
|
|
{
|
|
public class DatabaseEntry
|
|
{
|
|
public string CollectionName { get; set; }
|
|
public DatabaseType Type { get; set; }
|
|
}
|
|
}
|