You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The exports can be accessed as follows:
15
15
### From the primary entry-point `@org/service-client`:
16
16
17
17
- The `customInstance` used to make calls is exported in the case where the exported API doesn't allow certain features.
18
-
-*All* the exported types are only exported from here (limited by the output of orval but you should import types separately with `import type {} from ''` regardless).
18
+
-_All_ the exported types are only exported from here (limited by the output of orval but you should import types separately with `import type {} from ''` regardless).
19
19
20
20
### From the sub-entry points, the `react-query` exports can be imported.
21
21
@@ -39,4 +39,3 @@ A GitHub action is provided that can be triggered with a `repository_dispatch`.
0 commit comments