ClientUpdateInput: {
    blogs?: ClientBlogUpdateManyWithoutClientNestedInput;
    changelogs?: ClientChangelogUpdateManyWithoutClientNestedInput;
    clientId?: StringFieldUpdateOperationsInput | string;
    dashWhitelist?: ClientUpdatedashWhitelistInput | string[];
    dbId?: StringFieldUpdateOperationsInput | string;
    faq?: ClientFAQUpdateManyWithoutClientNestedInput;
    logRawDataFor?: ClientLogRawDataUpdateManyWithoutClientNestedInput;
    recentWhitelist?: ClientUpdaterecentWhitelistInput | string[];
    staff?: ClientUpdatestaffInput | string[];
    statChannels?: NullableIntFieldUpdateOperationsInput | number | null;
    statusRoles?: NullableIntFieldUpdateOperationsInput | number | null;
    totalClips?: NullableIntFieldUpdateOperationsInput | number | null;
    totalGiveaways?: NullableIntFieldUpdateOperationsInput | number | null;
    totalNotifications?: NullableIntFieldUpdateOperationsInput | number | null;
    totalVods?: NullableIntFieldUpdateOperationsInput | number | null;
}