UNPKG

pwa-synergy-api

Version:

synergy application api

9 lines 271 B
import SynergyMessage from './SynergyMessage'; export default interface NotifyInterest extends SynergyMessage { subject: 'NOTIFY_INTEREST'; domain: string; subDomain: string; topic: string; interest: any; } //# sourceMappingURL=NotifyInterest.d.ts.map