blob: 10ecfa5e416f73ab8e4fc05586061e966d83e805 [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type AnnotationDataPointer = {
type: AnnotationDataPointer.type;
field_name: string;
span_id: string | null;
};
export namespace AnnotationDataPointer {
export enum type {
STATE_FIELD = 'state_field',
ATTRIBUTE = 'attribute'
}
}