GuildUpdateWithoutPremiumInput: {
    autoLiveRoleLogs?: NullableStringFieldUpdateOperationsInput | string | null;
    autoLiveRoles?: GuildAutoLiveRoleUpdateManyWithoutGuildNestedInput;
    birthdayChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    birthdayEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    birthdayRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    bitfield?: NullableStringFieldUpdateOperationsInput | string | null;
    blacklisted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    disableBranding?: GuildDisableBrandingUpdateOneWithoutGuildNestedInput;
    disableDoubleVoteEntry?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    gettingStarted?: GuildGettingStartedUpdateOneWithoutGuildNestedInput;
    giveawayLogsChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    guildId?: StringFieldUpdateOperationsInput | string;
    ignoreIfNotCatchedByOverride?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    leaveChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    leaveEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    linkedRoleLogs?: NullableStringFieldUpdateOperationsInput | string | null;
    linkedRoles?: GuildLinkedRoleUpdateManyWithoutGuildNestedInput;
    locale?: StringFieldUpdateOperationsInput | string;
    messages?: GuildCustomMessageUpdateManyWithoutGuildNestedInput;
    notificationOverrides?: GuildNotificationOverrideUpdateManyWithoutGuildNestedInput;
    overrideBranding?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    randomMessages?: GuildRandomMessageUpdateManyWithoutGuildNestedInput;
    singleMessages?: GuildCustomSingleMessageUpdateManyWithoutGuildNestedInput;
    statusRoleLogs?: NullableStringFieldUpdateOperationsInput | string | null;
    statusRoles?: GuildStatusRoleUpdateManyWithoutGuildNestedInput;
    stickyMessageDelaySeconds?: NullableIntFieldUpdateOperationsInput | number | null;
    stickyMessages?: GuildStickyMessageUpdateManyWithoutGuildNestedInput;
    syncUsername?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    vodDownloadStoreForHours?: NullableIntFieldUpdateOperationsInput | number | null;
    welcomeChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    welcomeEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
}