UNPKG

@smash-sdk/iam

Version:
7 lines (6 loc) 123 B
export interface AttachTeamRoleInput { teamId: string; roleId: string; } export interface AttachTeamRoleOutput { }