mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
export interface SocialLink {
|
|
platform: string;
|
|
icon: string;
|
|
url: string;
|
|
}
|