feat: add creator

This commit is contained in:
2026-06-16 11:05:56 -06:00
parent 33d5bfd8e9
commit 028ba0f2f9
4 changed files with 35 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ export interface BookSummary {
name: string
updatedAt: string
lessonCount: number
createdBy: string
}
export interface BookRecord {