type GetRoleMemberParams = { index: bigint; role: RoleInput };
type index = bigint;
type role = RoleInput;