()
| 33 | } |
| 34 | |
| 35 | toJSON() { |
| 36 | return { |
| 37 | id: this.id, type: this.type, title: this.title, content: this.content, |
| 38 | tags: this.tags, relations: this.relations, |
| 39 | createdAt: this.createdAt, updatedAt: this.updatedAt, source: this.source, |
| 40 | }; |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | // ─── Memory Store ──────────────────────────────────────────────────────────── |