Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias Config
import { type Config } from "https://deno.land/x/commit_genius@v0.5.0/types.d.ts";
definition: { [key: string]: string | undefined; api_key?: string; model?: Model; }