Untrusted draft — no build/test had run yet. Review before building on it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 lines
104 B
C#
4 lines
104 B
C#
namespace ErsatzTV.Core.Api.Graphics;
|
|
|
|
public record GraphicsElementResponseModel(int Id, string Name);
|