Interface SocialPlatform

interface SocialPlatform {
    id: string;
    platform: string;
}

Properties

Properties

id: string
platform: string