# DeleteMySessionsCount

Deleted Session Count

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **number** | The number of sessions that were revoked. | [optional] [default to undefined]

## Example

```typescript
import { DeleteMySessionsCount } from '@ory/kratos-client';

const instance: DeleteMySessionsCount = {
    count,
};
```

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