Type Alias GuildUpdateToOneWithWhereWithoutPremiumInput

GuildUpdateToOneWithWhereWithoutPremiumInput: {
    data: XOR<GuildUpdateWithoutPremiumInput, GuildUncheckedUpdateWithoutPremiumInput>;
    where?: GuildWhereInput;
}