UNPKG

@smash-sdk/iam

Version:
7 lines (6 loc) 126 B
export interface AttachGroupRoleInput { groupId: string; roleId: string; } export interface AttachGroupRoleOutput { }