Document
import type { Document } from "https://7smzlzo4lz2ivy7dcfbyll4asdkqtc62pbdit23ysj5xdlu6wsra.arweave.net/_JmV5dxedIrj4xFDha-AkNUJi9p4RonreJJ7ca6etKI/mod.ts";
the Model skeleton to be controlled at collection
interface Document {
createdAt?: Date;
id?: string;
updatedAt?: Date;
}