make a books window

This commit is contained in:
Jeff Carr 2025-09-02 17:47:43 -05:00
parent aa2483e255
commit 0bf0fe3b01
1 changed files with 2 additions and 0 deletions

View File

@ -21,4 +21,6 @@ message Books { // `autogenpb:marsha
string uuid = 1; // `autogenpb:uuid:8b6409ad-4498-43a6-b09a-7835c00dcb9a`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Book Books = 3; // THIS MUST BE Chat and then Chats
google.protobuf.Timestamp ctime = 4;
string Title = 5;
}