@fullstory/server-api-client
Version:
The official FullStory server API client SDK for NodeJS.
13 lines (12 loc) • 387 B
TypeScript
/**
* 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;
}