PlatformLayerOptions
@tsed/platform-router
Usage
typescript
import { PlatformLayerOptions } from "@tsed/platform-router";
See /packages/platform/platform-router/src/types/domain/PlatformLayer.ts.
Overview
ts
interface PlatformLayerOptions extends Record<string, any> {
token?: Type<any>;
}
token
ts
token?: Type<any>;