PlatformHandlerMetadataProps
@tsed/platform-router
Usage
typescript
import { PlatformHandlerMetadataProps } from "@tsed/platform-router";
See /packages/platform/platform-router/src/types/domain/PlatformHandlerMetadata.ts.
Overview
ts
interface PlatformHandlerMetadataProps {
provider?: Provider;
handler?: any;
opts?: PlatformHandlerMetadataOpts;
propertyKey?: string | symbol;
type?: PlatformHandlerType;
}
provider
ts
provider?: Provider;
handler
ts
handler?: any;
opts
ts
opts?: PlatformHandlerMetadataOpts;
propertyKey
ts
propertyKey?: string | symbol;
type
ts
type?: PlatformHandlerType;