# EventQueryResults

Results of an executed event query.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rows** | **Array&lt;{ [key: string]: any; }&gt;** |  | [default to undefined]

## Example

```typescript
import { EventQueryResults } from '@curvegrid/multibaas-sdk';

const instance: EventQueryResults = {
    rows,
};
```

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