@twurple/api
Version:
Interact with Twitch's API.
14 lines • 403 B
TypeScript
import { HelixUserRelation } from '../../relations/HelixUserRelation';
import { HelixTeam } from './HelixTeam';
/**
* 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