@voiceflow/alexa-types
Version:
Alexa service types
12 lines • 387 B
TypeScript
import type { PermissionType } from '../node';
import type { Product } from '../project';
import type { InterfaceType } from '../constants';
/**
* Stores survey results in Alexa projects
*/
export interface AlexaSurveyContextExtension {
products: Record<string, Product>;
permissions: PermissionType[];
interfaces: InterfaceType[];
}
//# sourceMappingURL=prototype.d.ts.map