19 lines
486 B
Markdown
19 lines
486 B
Markdown
|
---
|
||
|
sidebar_label: ProfileOptions
|
||
|
---
|
||
|
|
||
|
# ProfileOptions interface
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export interface ProfileOptions
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description | Default |
|
||
|
| ----------- | --------- | ----------------------------- | ----------- | ------- |
|
||
|
| path | | string | | |
|
||
|
| preferences | | Record<string, unknown> | | |
|