1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2025-01-21 23:53:52 +03:00
owncast/web/interfaces/current-user.ts

7 lines
118 B
TypeScript
Raw Normal View History

export interface CurrentUser {
id: string;
displayName: string;
displayColor: number;
isModerator: boolean;
}