Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fastro/utils/octokit.ts>StoreOptions

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
type alias StoreOptions
import { type StoreOptions } from "https://deno.land/x/fastro@v0.94.1/utils/octokit.ts";
definition: { token?: string; owner: string; repo: string; path: string; branch?: string; } | null