Type Alias GuildRolePanelRoleUpdateManyWithWhereWithoutGuildRolePanelInput

GuildRolePanelRoleUpdateManyWithWhereWithoutGuildRolePanelInput: {
    data: XOR<GuildRolePanelRoleUpdateManyMutationInput, GuildRolePanelRoleUncheckedUpdateManyWithoutGuildRolePanelInput>;
    where: GuildRolePanelRoleScalarWhereInput;
}