UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

10 lines 289 B
export interface RoutePathMetadataInterface { ctrlPath?: string; methodPath?: string; globalPrefix?: string; modulePath?: string; controllerVersion?: string; methodVersion?: string; versioningOptions?: string; } //# sourceMappingURL=route-path-metadata.d.ts.map