UNPKG
autotel
Version:
latest (7.7.0)
7.7.0
7.6.2
7.6.1
7.6.0
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.1
7.0.0
6.5.0
6.4.1
6.4.0
6.3.0
6.2.1
6.2.0
6.1.0
6.0.0
5.0.0
4.3.0
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
3.7.0
3.6.0
3.5.0
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.1
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.0
2.26.4
2.26.3
2.26.2
2.26.1
2.26.0
2.25.5
2.25.4
2.25.3
2.25.2
2.25.1
2.25.0
2.24.1
2.24.0
2.23.1
2.23.0
2.22.0
2.21.0
2.20.0
2.19.0
2.18.1
2.18.0
2.17.0
2.16.0
2.15.0
2.14.2
2.14.1
2.14.0
2.13.0
2.12.1
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
Write Once, Observe Anywhere
github.com/jagreehal/autotel
jagreehal/autotel
autotel
/
dist
/
values-CeMH-mYG.d.ts
8 lines
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
AttributeValue
}
from
"@opentelemetry/api"
;
//#region src/values.d.ts
/** An object whose fields have not been read yet. */
interface
UnknownRecord
{ [
key
:
string
]:
unknown
; }
//#endregion
export
{
UnknownRecord
as
t };