Type Alias RemoveUserFromInstanceGroupData

RemoveUserFromInstanceGroupData: {
    name: string;
    requestBody: {
        email: string;
    };
}

Type declaration

  • name: string
  • requestBody: {
        email: string;
    }

    user to remove from instance group

    • email: string