UNPKG

@niur/nestjs-service-bus

Version:

NestJS Azure Service Bus Microservice Transport

5 lines 251 B
export * from "./azure-service-bus-module.interface"; export * from "./azure-service-bus.interface"; export * from "./subscriber.interface"; export type MetaOrMetaFactory<T> = T | ((helper?: any) => T | Promise<T>); //# sourceMappingURL=index.d.ts.map