# Interface IParamOptions
InterfaceModule | import { IParamOptions } from "@tsed/common" |
---|---|
Source | /packages/common/src/mvc/interfaces/IParamOptions.ts |
# Overview
interface IParamOptions<T> {
expression?: string;
useType?: Type<T>;
useConverter?: boolean;
useValidation?: boolean;
paramType?: ParamTypes | string;
[key: string]: any;
}
# Members
expression?: string;
useType?: Type<T>;
useConverter?: boolean;
useValidation?: boolean;
paramType?: ParamTypes | string;
[key: string]: any;
Other topics
- Session & cookies
- Passport.js
- TypeORM
- Mongoose
- GraphQL
- Socket.io
- Swagger
- AJV
- Multer
- Serve static files
- Templating
- Throw HTTP Exceptions
- Customize 404
- AWS
- Seq
- OIDC
- Stripe
- Controllers
- Providers
- Model
- JsonMapper
- Middlewares
- Pipes
- Interceptors
- Authentication
- Hooks
- Exceptions
- Hooks
- Response Filter
- Injection scopes
- Custom providers
- Custom endpoint decorator
- Testing