Update GenericFunctions.ts

This commit is contained in:
rons4 2021-01-20 11:55:25 +01:00
parent 86aeef5703
commit d70e2130e1

View file

@ -14,7 +14,12 @@ import {
* Make an API request to SIGNL4 * Make an API request to SIGNL4
* *
* @param {IHookFunctions | IExecuteFunctions} this * @param {IHookFunctions | IExecuteFunctions} this
* @param {object} message * @param {string} method
* @param {string} contentType
* @param {string} body
* @param {object} query
* @param {string} teamSecret
* @param {object} options
* @returns {Promise<any>} * @returns {Promise<any>}
*/ */