UNPKG

pwa-synergy-api

Version:

synergy application api

9 lines 219 B
import IntentSubject from './IntentSubject'; export default interface Pwa { id: string; title: string; url: string; intentSubjects: IntentSubject[]; host?: string; } //# sourceMappingURL=Pwa.d.ts.map