feat(core): update DTOs, Trade Republic client, Yahoo scrapers, and dynamic settings
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace FinlyticCore.Models.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// Verknüpft einen Setting-Key typsicher mit seinem Rückgabetyp T und einem Standardwert.
|
||||
/// </summary>
|
||||
public record SettingKey<T>(string Name, T DefaultValue);
|
||||
Reference in New Issue
Block a user