UNPKG

@voiceflow/alexa-types

Version:
9 lines 251 B
import type { v1 } from 'ask-smapi-model'; export interface AmazonProfile { name: string; email: string; user_id: string; } export interface AmazonVendor extends Required<v1.vendorManagement.Vendor> { } //# sourceMappingURL=models.d.ts.map