UNPKG

yandex-cloud-functions-router

Version:
13 lines (12 loc) 273 B
declare type CloudFunctionResult = { statusCode: number; headers?: { [name: string]: string; }; multiValueHeaders?: { [name: string]: string; }; body?: string; isBase64Encoded?: boolean; } | void; export { CloudFunctionResult };