Skip to content

Commit 4a97071

Browse files
committed
fix(api): fix editor type
1 parent 70c58ec commit 4a97071

File tree

1 file changed

+1
-1
lines changed
  • packages/@intlayer/api/src/getIntlayerAPI

1 file changed

+1
-1
lines changed

packages/@intlayer/api/src/getIntlayerAPI/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const getEditorAPI = (
3232
otherOptions
3333
);
3434

35-
return response.data;
35+
return response.data as unknown as GetConfigurationResult;
3636
};
3737

3838
/**

0 commit comments

Comments
 (0)