prune: remove content prop

This commit is contained in:
Julien Calixte
2026-02-09 22:12:30 +01:00
parent 069951dff2
commit e46714230f
4 changed files with 11 additions and 18 deletions

View File

@@ -2,7 +2,6 @@ export type Note = {
did: string;
rkey: string;
title: string;
content: string;
publishedAt: Date;
createdAt: Date;
};