mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-12 11:17:27 -04:00
6 lines
119 B
C#
6 lines
119 B
C#
namespace Domain.Sonarr.Queue;
|
|
|
|
public record StatusMessage(
|
|
string Title,
|
|
IReadOnlyList<string> Messages
|
|
); |