# Tuple2LongLong


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**t1** | **number** |  | [optional] [default to undefined]
**t2** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { Tuple2LongLong } from '@caraer/client';

const instance: Tuple2LongLong = {
    t1,
    t2,
};
```

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