Skip to main content
Module

x/cookie_driver/mod.ts>Schema

A fast and correct cookiedb driver for deno
Go to Latest
interface Schema
import { type Schema } from "https://deno.land/x/cookie_driver@0.1.0/mod.ts";

A type representing a valid schema

Index Signatures

[key: string]:
| "string"
| "string?"
| "boolean"
| "boolean?"
| "number"
| "number?"