Skip to content

Commit 200b0fa

Browse files
committed
feat: add new user fields photo and location
1 parent 0d7347e commit 200b0fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,24 @@ export interface User {
168168
*/
169169
avatar?: Image;
170170

171+
/**
172+
* User photo.
173+
* @defaultValue Ignored by renderer.
174+
*/
175+
photo?: Image;
176+
171177
/**
172178
* Organization.
173179
* @defaultValue Ignored by renderer.
174180
*/
175181
organization?: Text;
176182

183+
/**
184+
* On-site location.
185+
* @defaultValue Ignored by renderer.
186+
*/
187+
location?: string;
188+
177189
/**
178190
* Team members.
179191
* @defaultValue []

0 commit comments

Comments
 (0)