Type Alias GuildUpdateToOneWithWhereWithoutRandomMessagesInput

GuildUpdateToOneWithWhereWithoutRandomMessagesInput: {
    data: XOR<GuildUpdateWithoutRandomMessagesInput, GuildUncheckedUpdateWithoutRandomMessagesInput>;
    where?: GuildWhereInput;
}