interface UserPrivate {
    country: string;
    display_name: string;
    email: string;
    explicit_content: {
        filter_enabled: boolean;
        filter_locked: boolean;
    };
    external_urls: ExternalUrls;
    followers: Followers;
    href: string;
    id: string;
    images: Image[];
    product: string;
    type: string;
    uri: string;
}

Properties

country: string
display_name: string
email: string
explicit_content: {
    filter_enabled: boolean;
    filter_locked: boolean;
}
external_urls: ExternalUrls
followers: Followers
href: string
id: string
images: Image[]
product: string
type: string
uri: string