@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 578 B
Markdown
# 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)