diff --git a/src/app/shared/entry.type.ts b/src/app/shared/entry.type.ts index 1bd08a9..7ef93be 100644 --- a/src/app/shared/entry.type.ts +++ b/src/app/shared/entry.type.ts @@ -8,6 +8,8 @@ export interface Note { description?: string; location?: CoordinatePoint; type?: string; + public: boolean; + author: string; tags?: Tag[]; files?: string[]; }