/opt/canhelp/node_modules/@opentelemetry/api/build/src/common
Edit: /opt/canhelp/node_modules/@opentelemetry/api/build/src/common/Attributes.d.ts (647B)
/**
* Attributes is a map from string to attribute values.
*
* Note: only the own enumerable keys are counted as valid attribute keys.
*
* @since 1.3.0
*/
export interface Attributes {
[attributeKey: string]: AttributeValue | undefined;
}
/**
* Attribute values may be any non-nullish primitive value except an object.
*
* null or undefined attribute values are invalid and will result in undefined behavior.
*
* @since 1.3.0
*/
export type AttributeValue = string | number | boolean | Array
| Array | Array;
//# sourceMappingURL=Attributes.d.ts.map