UNPKG

247 BTypeScriptView Raw
1import { Response } from 'ask-sdk-model';
2import { ErrorHandler } from 'ask-sdk-runtime';
3import { HandlerInput } from '../../request/handler/HandlerInput';
4export interface CustomSkillErrorHandler extends ErrorHandler<HandlerInput, Response> {
5}