UNPKG

@yandex-cloud/function-types

Version:

TypeScript typings for Serverless Functions in Yandex.Cloud

6 lines (5 loc) 165 B
import { Authorizer } from "./authorizer"; export declare namespace ApiGatewayAuthorizer { type Event = Authorizer.Event; type Result = Authorizer.Result; }