Skip to main content
Module

x/casualdb/data/blog.ts>Blog

Simple JSON "database" for Deno with type-safety! ⚡️
Go to Latest
interface Blog
import { type Blog } from "https://deno.land/x/casualdb@v0.1.2/data/blog.ts";

Properties

posts: Article[]
authors: User[]