UNPKG

@smash-sdk/iam

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