Lb1/services/notification-service/src/index.d.ts

7 lines
192 B
TypeScript

export interface NotificationJobData {
type: 'EMAIL' | 'SMS' | 'WHATSAPP' | 'TELEGRAM';
recipient: string;
subject?: string;
body: string;
}
//# sourceMappingURL=index.d.ts.map