function PageResponseSchema
PageResponseSchema<TEntry extends TSchema>(entry: TEntry)

Create a schema for a bounded page response with typed entries.

Type Parameters

TEntry extends TSchema

Parameters

entry: TEntry

Return Type

Usage

import { PageResponseSchema } from "trellis/index.ts";