Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias Config
import { type Config } from "https://deno.land/x/commit_genius@v0.5.1/types.d.ts";
definition: { [key: string]: string | undefined; api_key?: string; model?: Model; }