Interface YTStats

Hierarchy

Properties

Properties

counts: {
    comments: number;
    subscribers: number;
    videos: number;
    views: number;
}

Type declaration

  • comments: number
  • subscribers: number
  • videos: number
  • views: number
status: boolean
user: {
    avatars: {
        large: string;
        medium: string;
        small: string;
    };
    banner: string;
    country: string;
    created: string;
    id: string;
    links: {
        custom: string;
        normal: string;
    };
    username: string;
}

Type declaration

  • avatars: {
        large: string;
        medium: string;
        small: string;
    }
    • large: string
    • medium: string
    • small: string
  • banner: string
  • country: string
  • created: string
  • id: string
  • links: {
        custom: string;
        normal: string;
    }
    • custom: string
    • normal: string
  • username: string

Generated using TypeDoc