UNPKG

@prabukannan/transport-management

Version:

Flexible Transport Management Module for any application

6 lines (5 loc) 282 B
import { DynamicModule } from '@nestjs/common'; import { TransportManagementModuleOptions } from './interfaces/transport-management-options.interface'; export declare class TransportManagementModule { static register(options: TransportManagementModuleOptions): DynamicModule; }