UNPKG

shipstation-client

Version:
22 lines (14 loc) 561 B
# Manifests An array of manifest resources ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **manifests** | [**Array<Manifest>**](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)