Type Alias GuildLinkedRoleUpdateManyWithWhereWithoutGuildInput

GuildLinkedRoleUpdateManyWithWhereWithoutGuildInput: {
    data: XOR<GuildLinkedRoleUpdateManyMutationInput, GuildLinkedRoleUncheckedUpdateManyWithoutGuildInput>;
    where: GuildLinkedRoleScalarWhereInput;
}