| 1 | export enum AccountType { |
| 2 | Douyin = 'douyin', |
| 3 | RedNote = 'xhs', |
| 4 | WeChatChannels = 'wxSph', |
| 5 | Kwai = 'KWAI', |
| 6 | YouTube = 'youtube', |
| 7 | WeChatOfficial = 'wxGzh', |
| 8 | Bilibili = 'bilibili', |
| 9 | Twitter = 'twitter', |
| 10 | TikTok = 'tiktok', |
| 11 | Facebook = 'facebook', |
| 12 | Instagram = 'instagram', |
| 13 | Threads = 'threads', |
| 14 | Pinterest = 'pinterest', |
| 15 | LinkedIn = 'linkedin', |
| 16 | GoogleBusiness = 'google_business', |
| 17 | } |
| 18 |