Skip to main content
Module

x/kretes/types.ts>PageProps

A Programming Environment for TypeScript & Deno
Go to Latest
interface PageProps
import { type PageProps } from "https://deno.land/x/kretes@0.1.0/types.ts";

Type Parameters

optional
T = unknown

Properties

url: URL
pathname: string
params: Record<string, string>
data: T