Type Alias GuildGameConfigUpdateToOneWithWhereWithoutCategoryRoutesInput

GuildGameConfigUpdateToOneWithWhereWithoutCategoryRoutesInput: {
    data: XOR<GuildGameConfigUpdateWithoutCategoryRoutesInput, GuildGameConfigUncheckedUpdateWithoutCategoryRoutesInput>;
    where?: GuildGameConfigWhereInput;
}