diff --git a/src/typescript.tpl.php b/src/typescript.tpl.php index 0ee148a..04fb304 100644 --- a/src/typescript.tpl.php +++ b/src/typescript.tpl.php @@ -61,4 +61,4 @@ class apiName; ?> { }; -export default new BackendAPI(); +export default new apiName; ?>();