UNPKG

@smash-sdk/iam

Version:
7 lines (6 loc) 126 B
export interface DetachGroupUserInput { groupId: string; userId: string; } export interface DetachGroupUserOutput { }