/** * ELEMENTS API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface TapeLibraryLoadEndpointRequest */ export interface TapeLibraryLoadEndpointRequest { /** * * @type {string} * @memberof TapeLibraryLoadEndpointRequest */ barcode: string; } export declare function TapeLibraryLoadEndpointRequestFromJSON(json: any): TapeLibraryLoadEndpointRequest; export declare function TapeLibraryLoadEndpointRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): TapeLibraryLoadEndpointRequest; export declare function TapeLibraryLoadEndpointRequestToJSON(value?: TapeLibraryLoadEndpointRequest | null): any;