feat(note): add optional content field to Note type
This commit is contained in:
@@ -5,5 +5,6 @@ export type Note = {
|
||||
publishedAt: string;
|
||||
createdAt: string;
|
||||
discoverable?: boolean;
|
||||
language?: string
|
||||
language?: string;
|
||||
content?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user