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