/** * Tapis Workflows API * Create and manage pipelines * * The version of the OpenAPI document: 1.6.0 * Contact: cicsupport@tacc.utexas.edu * * 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 ByteCheckDataIntegrityProfile */ export interface ByteCheckDataIntegrityProfile { /** * * @type {string} * @memberof ByteCheckDataIntegrityProfile */ type: string; } export declare function ByteCheckDataIntegrityProfileFromJSON(json: any): ByteCheckDataIntegrityProfile; export declare function ByteCheckDataIntegrityProfileFromJSONTyped(json: any, ignoreDiscriminator: boolean): ByteCheckDataIntegrityProfile; export declare function ByteCheckDataIntegrityProfileToJSON(value?: ByteCheckDataIntegrityProfile | null): any;