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; permissions: PermissionType[]; interfaces: InterfaceType[]; } //# sourceMappingURL=prototype.d.ts.map