mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-20 07:41:37 +00:00
9 lines
176 B
C#
9 lines
176 B
C#
namespace AIStudio.Components;
|
|
|
|
public sealed record ConfigInfoRowItem(
|
|
string Icon,
|
|
string Text,
|
|
string CopyValue,
|
|
string CopyTooltip,
|
|
string Style = ""
|
|
); |