0
owncast/web/interfaces/social-link.model.ts
2022-04-27 23:19:45 -07:00

6 lines
83 B
TypeScript

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