# Manifests

An array of manifest resources

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**manifests** | [**Array&lt;Manifest&gt;**](Manifest.md) | Resulting Manifests | [optional] [default to undefined]

## Example

```typescript
import { Manifests } from 'shipstation-client';

const instance: Manifests = {
    manifests,
};
```

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