# ScopeList


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scopes** | **Array&lt;string&gt;** | List of scopes | [default to undefined]

## Example

```typescript
import { ScopeList } from 'kalshi-typescript';

const instance: ScopeList = {
    scopes,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
