Type Alias GuildPremiumUpdateToOneWithWhereWithoutGuildInput

GuildPremiumUpdateToOneWithWhereWithoutGuildInput: {
    data: XOR<GuildPremiumUpdateWithoutGuildInput, GuildPremiumUncheckedUpdateWithoutGuildInput>;
    where?: GuildPremiumWhereInput;
}