mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
feat(react/floating_buttons): port backlinks
This commit is contained in:
@@ -208,3 +208,15 @@ export interface ConvertToAttachmentResponse {
|
||||
}
|
||||
|
||||
export type SaveSqlConsoleResponse = CloneResponse;
|
||||
|
||||
export interface BacklinkCountResponse {
|
||||
count: number;
|
||||
}
|
||||
|
||||
export type BacklinksResponse = ({
|
||||
noteId: string;
|
||||
relationName: string;
|
||||
} | {
|
||||
noteId: string;
|
||||
excerpts: string[]
|
||||
})[];
|
||||
|
||||
Reference in New Issue
Block a user