UNPKG

@twurple/api

Version:

Interact with Twitch's API.

14 lines 409 B
import { HelixUserRelation } from '../../relations/HelixUserRelation.js'; import { HelixTeam } from './HelixTeam.js'; /** * A Stream Team with its member relations. * * @inheritDoc */ export declare class HelixTeamWithUsers extends HelixTeam { /** * The relations to the members of the team. */ get userRelations(): HelixUserRelation[]; } //# sourceMappingURL=HelixTeamWithUsers.d.ts.map