export type SocialPlatform = 'instagram' | 'instagram_stories' | 'tiktok' | 'facebook' | 'youtube' | 'kwai' | 'pinterest' | 'linkedin'; export type SocialAccountStatus = 'active' | 'inactive' | 'token_expired';