UNPKG

@nexica/nestjs-trpc

Version:
7 lines (6 loc) 174 B
import 'reflect-metadata'; export interface RouterOptions { path?: string; alias?: string; } export declare function Router(options?: RouterOptions): ClassDecorator;