Are you an LLM? You can read better optimized documentation at /api/specs/schema/types/components/stores/interface-json-parameter-store-options.md for this page in Markdown format
JsonParameterStoreOptions
@tsed/schema
Usage
typescript
import { JsonParameterStoreOptions } from "@tsed/schema";See /packages/specs/schema/src/components/stores/JsonParameterStore.ts.
Overview
ts
interface JsonParameterStoreOptions extends JsonEntityStoreOptions {
dataPath?: string;
paramType?: string;
expression?: string;
}Description
Configuration options for creating a JsonParameterStore.
dataPath
ts
dataPath?: string;paramType
ts
paramType?: string;expression
ts
expression?: string;