Untrusted draft — no build/test had run yet. Review before building on it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
168 B
C#
6 lines
168 B
C#
using ErsatzTV.Core.Api.Graphics;
|
|
|
|
namespace ErsatzTV.Application.Graphics;
|
|
|
|
public record GetAllGraphicsElementsForApi : IRequest<List<GraphicsElementResponseModel>>;
|