Skip to main content
Module

x/stowrage/mod.ts>DataBase

Stowre all the thing's you like
Latest
interface DataBase
Re-export
import { type DataBase } from "https://deno.land/x/stowrage@v0.4.2/mod.ts";

Properties

id: number
name: string
data: T | Record<string, unknown>