UNPKG

ask-sdk-runtime

Version:
5 lines (4 loc) 188 B
export interface Skill<Request, Response> { invoke(event: Request, context?: any): Promise<Response> | Response; supports(event: any, context?: any): Promise<boolean> | boolean; }