···11// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
22//!Definitions for the `sh.weaver.notebook` namespace.
33pub mod authors;
44+pub mod book;
45pub mod defs;
56pub mod entry;
67#[derive(Debug)]
···89impl atrium_api::types::Collection for Authors {
910 const NSID: &'static str = "sh.weaver.notebook.authors";
1011 type Record = authors::Record;
1212+}
1313+#[derive(Debug)]
1414+pub struct Book;
1515+impl atrium_api::types::Collection for Book {
1616+ const NSID: &'static str = "sh.weaver.notebook.book";
1717+ type Record = book::Record;
1118}
1219#[derive(Debug)]
1320pub struct Entry;