mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
fix(client/ts): type error regarding note rows
This commit is contained in:
parent
2e70aed490
commit
079265f5ca
@ -1,7 +1,12 @@
|
||||
import { NoteRow } from "../../../becca/entities/rows.js";
|
||||
import { AttributeType } from "../entities/fattribute.js";
|
||||
import { EntityChange } from "../server_types.js";
|
||||
|
||||
// TODO: Deduplicate with server.
|
||||
|
||||
interface NoteRow {
|
||||
isDeleted?: boolean;
|
||||
}
|
||||
|
||||
interface BranchRow {
|
||||
branchId: string;
|
||||
componentId: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user