feat: init db
This commit is contained in:
8
src/data/note.ts
Normal file
8
src/data/note.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Note = {
|
||||
did: string
|
||||
rkey: string
|
||||
title: string
|
||||
content: string
|
||||
publishedAt: Date
|
||||
createdAt: Date
|
||||
}
|
||||
Reference in New Issue
Block a user