Skip to content

Commit d48356d

Browse files
committed
feat: add publishLink field to note model
1 parent ae317b7 commit d48356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/src/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ export type Note = {
7575
teamPath: string | null
7676
permalink: string | null
7777
shortId: string
78+
publishLink: string
7879

7980
readPermission: NotePermissionRole
8081
writePermission: NotePermissionRole
81-
8282
}
8383

8484
export type SingleNote = Note & {

0 commit comments

Comments
 (0)