@mbc-cqrs-serverless/core
Version:
CQRS and event base core
7 lines (6 loc) • 300 B
TypeScript
/**
* 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;