import type { Span } from '@opentelemetry/api'; import type { FastifyReply } from '../types'; import type { spanRequestSymbol } from './constants'; export type PluginFastifyReply = FastifyReply & { [spanRequestSymbol]?: Span[]; }; //# sourceMappingURL=internal-types.d.ts.map