Type alias SimpleTwitchUser

SimpleTwitchUser: {
    displayName: string;
    id: string;
    login: string;
    profileImageURL: string;
}

Type declaration

  • displayName: string
  • id: string
  • login: string
  • profileImageURL: string

Generated using TypeDoc