Skip to content

JsonViewOptions

@tsed/schema

Usage

typescript
import { JsonViewOptions } from "@tsed/schema";

See /packages/specs/schema/src/types/domain/JsonMethodStore.ts.

Overview

ts
interface JsonViewOptions {
    path: string;
    options: any;
}

path

ts
path: string;

options

ts
options: any;

Released under the MIT License.