mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
6 lines
130 B
C#
6 lines
130 B
C#
namespace NadekoBot.Modules.Searches;
|
|
|
|
public sealed class NasdaqDataResponse<T>
|
|
{
|
|
public required T? Data { get; init; }
|
|
} |