Skip to content

Commit

Permalink
feat: add publishLink field to note model
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Aug 22, 2022
1 parent ae317b7 commit d48356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ export type Note = {
teamPath: string | null
permalink: string | null
shortId: string
publishLink: string

readPermission: NotePermissionRole
writePermission: NotePermissionRole

}

export type SingleNote = Note & {
Expand Down

0 comments on commit d48356d

Please sign in to comment.