1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2025-01-07 00:57:32 +03:00
owncast/web/interfaces/follower.ts

7 lines
125 B
TypeScript

export interface Follower {
name: string;
description?: string;
username?: string;
image?: string;
link: string;
}