mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
5 lines
340 B
TypeScript
5 lines
340 B
TypeScript
export type SNoteRow = [ string, string, string, string, string, string, boolean ];
|
|
export type SBranchRow = [ string, string, string, string, string, boolean ];
|
|
export type SAttributeRow = [ string, string, string, string, string, boolean, number ];
|
|
export type SAttachmentRow = [ string, string, string, string, string, string, string ];
|