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