UNPKG

@niur/nestjs-service-bus

Version:

NestJS Azure Service Bus Microservice Transport

6 lines (4 loc) 217 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>);