Member Junction
    Preparing search index...

    Twitter-specific interfaces

    interface TwitterUser {
        created_at: string;
        description?: string;
        id: string;
        name: string;
        profile_image_url?: string;
        username: string;
        verified?: boolean;
    }
    Index

    Properties

    created_at: string
    description?: string
    id: string
    name: string
    profile_image_url?: string
    username: string
    verified?: boolean