This commit is contained in:
Michael Kuckuk 2022-10-22 15:36:59 +02:00
parent 6826f77114
commit 9eb5c406cf

View File

@ -13,7 +13,7 @@ interface ConfigureMainOptions {
* In order to provide non-serializable data like functions, you can use
* { value: '%%yourFunctionCall()%%' }
*
* '%% and %%' will be replace.
* '%% and %%' will be replaced.
*
*/
[key: string]: any;