# Interface PlatformHandlerMetadataProps

Interface
Module
import { PlatformHandlerMetadataProps } from "@tsed/platform-router"
Source/packages/platform/platform-router/src/types/domain/PlatformHandlerMetadata.ts

# Overview

interface PlatformHandlerMetadataProps {
    provider?: Provider;
    handler?: any;
    opts?: PlatformHandlerMetadataOpts;
    propertyKey?: string | symbol;
    type?: PlatformHandlerType;
}

# Members

provider?: Provider;

handler?: any;


propertyKey?: string | symbol;