Type Alias GuildNotificationOverrideUpdateManyWithWhereWithoutGuildInput

GuildNotificationOverrideUpdateManyWithWhereWithoutGuildInput: {
    data: XOR<GuildNotificationOverrideUpdateManyMutationInput, GuildNotificationOverrideUncheckedUpdateManyWithoutGuildInput>;
    where: GuildNotificationOverrideScalarWhereInput;
}