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

x/fastro/http/server/types.ts>PageProps

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
type alias PageProps
import { type PageProps } from "https://deno.land/x/fastro@v0.91.1/http/server/types.ts";

Define the props of the page

Type Parameters

optional
T = any
definition: { data: T; }