Are you an LLM? You can read better optimized documentation at /api/specs/schema/types/components/stores/interface-json-redirect-options.md for this page in Markdown format
JsonRedirectOptions
@tsed/schema
Usage
typescript
import { JsonRedirectOptions } from "@tsed/schema";See /packages/specs/schema/src/components/stores/JsonMethodStore.ts.
Overview
ts
interface JsonRedirectOptions {
status: number | undefined;
url: string;
}Description
Configuration options for HTTP redirects.
status
ts
status: number | undefined;url
ts
url: string;