# TimeInterval


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**end** | **string** | The end of the time period. | [default to undefined]
**start** | **string** | The start of the time period. | [default to undefined]

## Example

```typescript
import { TimeInterval } from '@ory/client';

const instance: TimeInterval = {
    end,
    start,
};
```

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