| /* 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; | |
| }; | |