docs: improve commerce modules [1/n] (#9498)
Improve and add docs for API Key, Auth, and Cart Modules [1/n]
This commit is contained in:
@@ -10,7 +10,7 @@ For example, this is not allowed:
|
||||
|
||||
```ts
|
||||
import {
|
||||
AdminGetApiKeysParams
|
||||
AdminGetApiKeysParams,
|
||||
} from "@medusajs/medusa/dist/api/admin/api-keys" // <-- Not allowed
|
||||
```
|
||||
|
||||
@@ -31,6 +31,6 @@ So, this is allowed:
|
||||
|
||||
```ts
|
||||
import {
|
||||
AdminGetApiKeysParams
|
||||
AdminGetApiKeysParams,
|
||||
} from "@medusajs/medusa/api/admin/api-keys" // <-- Allowed
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user