/** * Assisted Migration Agent API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { Inventory } from './Inventory.js'; import type { UpdateInventory } from './UpdateInventory.js'; /** * @type GetInventory200Response * * @export */ export type GetInventory200Response = Inventory | UpdateInventory; export declare function GetInventory200ResponseFromJSON(json: any): GetInventory200Response; export declare function GetInventory200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetInventory200Response; export declare function GetInventory200ResponseToJSON(json: any): any; export declare function GetInventory200ResponseToJSONTyped(value?: GetInventory200Response | null, ignoreDiscriminator?: boolean): any;