blob: 0571fbb2a78653266da8051b0dfb7d2fc7b04010 [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Pydantic model that represents an entry for the end of a span
*/
export type EndSpanModel = {
type?: string;
end_time: string;
action_sequence_id: number;
span_id: string;
};