mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
|
|
// Issue with opentelemetry-js: https://github.com/open-telemetry/opentelemetry-js/issues/3580#issuecomment-1701157270
|
||
|
|
export {};
|
||
|
|
declare global {
|
||
|
|
type BlobPropertyBag = unknown;
|
||
|
|
}
|