Type Alias GuildGettingStartedUpdateToOneWithWhereWithoutGuildInput

GuildGettingStartedUpdateToOneWithWhereWithoutGuildInput: {
    data: XOR<GuildGettingStartedUpdateWithoutGuildInput, GuildGettingStartedUncheckedUpdateWithoutGuildInput>;
    where?: GuildGettingStartedWhereInput;
}