9 lines
236 B
C#
9 lines
236 B
C#
namespace TwitchChatTTS.Twitch.Redemptions
|
|
{
|
|
public class RedeemableAction
|
|
{
|
|
public string Name { get; set; }
|
|
public string Type { get; set; }
|
|
public IDictionary<string, string> Data { get; set; }
|
|
}
|
|
} |