chore(monorepo/server): rows import

This commit is contained in:
Elian Doran
2025-04-18 12:33:50 +03:00
parent 0c5a678a8a
commit a59954eb17
38 changed files with 38 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ import mappers from "./mappers.js";
import v from "./validators.js";
import utils from "../services/utils.js";
import type { Router } from "express";
import type { AttachmentRow } from "../becca/entities/rows.js";
import type { AttachmentRow } from "@triliumnext/commons";
import type { ValidatorMap } from "./etapi-interface.js";
function register(router: Router) {