blob: 9cf6897f18995df2b85b8347ad1ff0ed760f15f4 [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Pydantic model that represents an entry for the first item of a stream
*/
export type FirstItemStreamModel = {
type?: string;
action_sequence_id: number;
span_id: string | null;
first_item_time: string;
};