/** * This file is auto generated by OpenAPI Generator (https://openapi-generator.tech). * Generated from schema: fullstory.v2.events.CreateBatchEventsImportJobResponse * Do not edit manually. */ import { JobMetadata } from '../job/JobMetadata'; /** * @interface CreateBatchEventsImportJobResponse */ export interface CreateBatchEventsImportJobResponse { 'job': JobMetadata; }