mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
passing canvas models tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace CanvasModel.Users;
|
||||
|
||||
public record AnonymousUserDisplayModel
|
||||
(
|
||||
[property: JsonPropertyName("anonymous_id")]
|
||||
string AnonymousId,
|
||||
|
||||
[property: JsonPropertyName("avatar_image_url")]
|
||||
string AvatarImageUrl
|
||||
);
|
||||
Reference in New Issue
Block a user