import { ItemPayloadIncludedRelationshipsStorageData } from './itemPayloadIncludedRelationshipsStorageData'; /** * The object containing information on where the binary data of the item is stored. * @export * @interface ItemPayloadIncludedRelationshipsStorage */ export interface ItemPayloadIncludedRelationshipsStorage { /** * * @type {ItemPayloadIncludedRelationshipsStorageData} * @memberof ItemPayloadIncludedRelationshipsStorage */ 'data': ItemPayloadIncludedRelationshipsStorageData; }