feat(Core): update DTOs and shared models
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FinlyticCore.Models.Auth;
|
||||
|
||||
public class UpdateFcmTokenRequestDto
|
||||
{
|
||||
public string FcmToken { get; set; } = string.Empty;
|
||||
public string DeviceName { get; set; } = "MobileDevice";
|
||||
}
|
||||
Reference in New Issue
Block a user