feat(frontend): NoteVersion pin fields + pin/unpin client helpers
This commit is contained in:
@@ -31,5 +31,7 @@ export interface NoteVersion {
|
||||
title: string;
|
||||
tags: string[];
|
||||
body?: string;
|
||||
pin_kind: "auto" | "manual" | null;
|
||||
pin_label: string | null;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user