# Import


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | **string** |  | [default to undefined]
**overwrite** | **boolean** |  | [default to undefined]
**userId** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**user** | [**BaseUser**](BaseUser.md) |  | [default to undefined]
**tier** | [**BaseTier**](BaseTier.md) |  | [default to undefined]
**_count** | [**ImportAllOfCount**](ImportAllOfCount.md) |  | [default to undefined]

## Example

```typescript
import { Import } from '@connectedxm/admin-sdk';

const instance: Import = {
    id,
    type,
    overwrite,
    userId,
    createdAt,
    updatedAt,
    user,
    tier,
    _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)
