fix(r): Fixing the exports (#4761)

This commit is contained in:
Sai Giridhar P 2019-12-11 08:54:12 +05:30 committed by William Cheng
parent b19d241be7
commit 9754ef4f88

View File

@ -4,6 +4,9 @@
# Core # Core
export(ApiClient) export(ApiClient)
export(ApiResponse) export(ApiResponse)
{{#useRlangExceptionHandling}}
export(ApiException)
{{/useRlangExceptionHandling}}
# Models # Models
{{#models}} {{#models}}