mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* Add typing for Tencent Cloud Serverless Cloud Function * Add typing for Tencent Cloud Serverless Cloud Function * Add typing for Tencent Cloud Serverless Cloud Function
9 lines
333 B
TypeScript
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';
|