Type Alias GuildUpdateToOneWithWhereWithoutGettingStartedInput

GuildUpdateToOneWithWhereWithoutGettingStartedInput: {
    data: XOR<GuildUpdateWithoutGettingStartedInput, GuildUncheckedUpdateWithoutGettingStartedInput>;
    where?: GuildWhereInput;
}