tome-web/common/user.ts

4 lines
55 B
TypeScript
Raw Normal View History

2021-09-23 22:37:47 -04:00
export interface UserProfile {
displayName: string
2021-09-23 22:37:47 -04:00
}