Skip to main content
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.89.2/http/server/types.ts";

Define the props of the page

Type Parameters

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