* added reference for JS Client * added reference for JS Client * added reference for JS Client
28 lines
381 B
Markdown
28 lines
381 B
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Interface: AxiosBasicCredentials
|
|
|
|
[internal](../modules/internal.md).AxiosBasicCredentials
|
|
|
|
## Properties
|
|
|
|
### password
|
|
|
|
• **password**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa-js/node_modules/axios/index.d.ts:23
|
|
|
|
___
|
|
|
|
### username
|
|
|
|
• **username**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa-js/node_modules/axios/index.d.ts:22
|