Type Alias GuildUpdateToOneWithWhereWithoutNotificationOverridesInput

GuildUpdateToOneWithWhereWithoutNotificationOverridesInput: {
    data: XOR<GuildUpdateWithoutNotificationOverridesInput, GuildUncheckedUpdateWithoutNotificationOverridesInput>;
    where?: GuildWhereInput;
}