# BaseEventPage


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**active** | **boolean** |  | [default to undefined]
**subtitle** | **string** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]

## Example

```typescript
import { BaseEventPage } from '@connectedxm/admin-sdk';

const instance: BaseEventPage = {
    id,
    slug,
    title,
    active,
    subtitle,
    sortOrder,
};
```

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