Skip to main content
Module

x/kretes/mod.ts>PageProps

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

Type Parameters

optional
T = unknown

Properties

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