mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
5 lines
183 B
TypeScript
5 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;
|
|
}
|