UNPKG

@mbc-cqrs-serverless/core

Version:
7 lines (6 loc) 300 B
/** * Decorator to register a class as a Notification Transport. * Automatically marks the class as an @Injectable() provider. * @param name The unique identifier for this transport (e.g., 'pusher', 'appsync-event') */ export declare function NotificationTransport(name: string): ClassDecorator;