This commit is contained in:
2024-08-21 11:21:28 -06:00
parent 9e6fdeb4c7
commit 048473070e
17 changed files with 54 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
export interface UserDisplayModel {
export interface CanvasUserDisplayModel {
avatar_image_url: string;
html_url: string;
anonymous_id: string;
@@ -6,4 +6,4 @@ export interface UserDisplayModel {
short_name?: string;
display_name?: string;
pronouns?: string;
}
}