1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2025-01-22 08:03:55 +03:00
owncast/web/interfaces/social-link.model.ts

6 lines
83 B
TypeScript
Raw Normal View History

export interface SocialLink {
platform: string;
icon: string;
url: string;
}