mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +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 { AttributeType } from "../entities/fattribute.js";
|
||||||
import { EntityChange } from "../server_types.js";
|
import { EntityChange } from "../server_types.js";
|
||||||
|
|
||||||
|
// TODO: Deduplicate with server.
|
||||||
|
|
||||||
|
interface NoteRow {
|
||||||
|
isDeleted?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
interface BranchRow {
|
interface BranchRow {
|
||||||
branchId: string;
|
branchId: string;
|
||||||
componentId: string;
|
componentId: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user