Listory/src/override.d.ts

6 lines
183 B
TypeScript
Raw Normal View History

// Issue with opentelemetry-js: https://github.com/open-telemetry/opentelemetry-js/issues/3580#issuecomment-1701157270
export {};
declare global {
type BlobPropertyBag = unknown;
}