UNPKG

@vladbasin/strong-api-mapping

Version:

Strongly typed API models. Mapping & validation

7 lines (6 loc) 218 B
import { ParserType } from '../types'; export declare const path: (options?: { key?: string | undefined; parser?: ParserType | undefined; priority?: number | undefined; } | undefined) => PropertyDecorator;