Skip to main content
Module

x/dext/src/type.ts

The Preact Framework for Deno
Latest
File
export interface GetStaticDataContext { route: Record<string, string | string[]>;}
export interface GetStaticPaths { pages: GetStaticPathsPage[];}
export interface GetStaticPathsPage { route: Record<string, string | string[]>;}