Skip to content

Commit

Permalink
Add public flag and author to note interface
Browse files Browse the repository at this point in the history
  • Loading branch information
csaudiodesign committed Sep 20, 2023
1 parent 566bef6 commit 15295b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/shared/entry.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export interface Note {
description?: string;
location?: CoordinatePoint;
type?: string;
public: boolean;
author: string;
tags?: Tag[];
files?: string[];
}

0 comments on commit 15295b1

Please sign in to comment.