Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
createdAt?: Date
[src]
§
id?: string
[src]
§
updatedAt?: Date
[src]