Type Alias TSMessageWebhookUncheckedUpdateManyInput

TSMessageWebhookUncheckedUpdateManyInput: {
    avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    enabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    tsCustomMessageId?: StringFieldUpdateOperationsInput | string;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}