Are you an LLM? You can read better optimized documentation at /api/specs/schema/types/components/stores/interface-json-view-options.md for this page in Markdown format
JsonViewOptions
@tsed/schema
Usage
typescript
import { JsonViewOptions } from "@tsed/schema";See /packages/specs/schema/src/components/stores/JsonMethodStore.ts.
Overview
ts
interface JsonViewOptions {
path: string;
options: any;
}Description
Configuration options for view rendering.
path
ts
path: string;options
ts
options: any;