blob: 7f8fc6e82e298b4dce04c8601757910ec70dd8e4 [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Represents a logged artifact
*/
export type AttributeModel = {
type?: string;
key: string;
action_sequence_id: number;
span_id: string | null;
value: Record<string, any> | string | number | boolean | null;
tags: Record<string, string>;
time_logged?: string | null;
};