mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 03:29:58 +01:00
chore(types): missing import type for JS imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Request, Response } from "express";
|
||||
import AbstractBeccaEntity from "../becca/entities/abstract_becca_entity.js";
|
||||
import BNote from "../becca/entities/bnote.js";
|
||||
import type AbstractBeccaEntity from "../becca/entities/abstract_becca_entity.js";
|
||||
import type BNote from "../becca/entities/bnote.js";
|
||||
|
||||
export interface ApiParams {
|
||||
startNote?: BNote | null;
|
||||
|
||||
Reference in New Issue
Block a user