Location sharing 2

This commit is contained in:
Tsubasahane
2025-12-28 12:39:37 +08:00
parent fdd492a8f4
commit 67cdf2c384
6 changed files with 10 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
using MessagePack;
namespace LightlessSync.API.Dto.User;
[MessagePackObject(keyAsPropertyName: true)]
public record LocationSharingToggleDto(List<string> users, DateTimeOffset duration);