UNPKG

@smash-sdk/iam

Version:
8 lines (7 loc) 154 B
export interface AttachTeamGroupRoleInput { teamId: string; groupId: string; roleId: string; } export interface AttachTeamGroupRoleOutput { }