blob: 6aa9093b68d4184c6b214e3519e5185a121937f6 [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;
};