DefinitelyTyped/types/serverless-tencent-scf/index.d.ts
Yaozu Lv d9b3f178ae
Add typing for Tencent Cloud Serverless Cloud Function (#45602)
* Add typing for Tencent Cloud Serverless Cloud Function

* Add typing for Tencent Cloud Serverless Cloud Function

* Add typing for Tencent Cloud Serverless Cloud Function
2020-06-23 11:23:53 -04:00

9 lines
333 B
TypeScript

// Type definitions for TencentCloud Serverless Cloud Function(SCF) 0.1
// Project: https://intl.cloud.tencent.com/product/scf
// Definitions by: Yaozu Lv <https://github.com/yaozulv>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
export * from './handler';
export * from './trigger';