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