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