mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
refactor(server): missing exports causing hidden types
This commit is contained in:
@@ -7,7 +7,7 @@ import entityChangesService from "./entity_changes.js";
|
||||
import becca from "../becca/becca.js";
|
||||
import type BNote from "../becca/entities/bnote.js";
|
||||
|
||||
interface ValidationResponse {
|
||||
export interface ValidationResponse {
|
||||
branch: BBranch | null;
|
||||
success: boolean;
|
||||
message?: string;
|
||||
|
||||
Reference in New Issue
Block a user