lightfinder support, context pairing
This commit is contained in:
9
LightlessSyncAPI/Dto/User/BroadcastStatusBatchDto.cs
Normal file
9
LightlessSyncAPI/Dto/User/BroadcastStatusBatchDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace LightlessSync.API.Dto.User;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public sealed class BroadcastStatusBatchDto
|
||||
{
|
||||
public Dictionary<string, BroadcastStatusInfoDto> Results { get; init; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user