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

CollectionOptions

import type { CollectionOptions } from "https://7smzlzo4lz2ivy7dcfbyll4asdkqtc62pbdit23ysj5xdlu6wsra.arweave.net/_JmV5dxedIrj4xFDha-AkNUJi9p4RonreJJ7ca6etKI/mod.ts";
interface CollectionOptions {
autosave?: boolean;
rootDir: string;
}

§Properties

§
autosave?: boolean
[src]
§
rootDir: string
[src]