Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Define the props of the page

Type Parameters

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