UNPKG

vue-tweet-pure

Version:

A Vue 3 component for embedding tweets in your Vue.js applications.

11 lines (10 loc) 290 B
export interface TweetUser { id_str: string; name: string; profile_image_url_https: string; profile_image_shape: 'Circle' | 'Square' | 'Hexagon'; screen_name: string; verified: boolean; verified_type?: 'Business' | 'Government'; is_blue_verified: boolean; }