Skip to content

Interface: OperationBase<T>

Defined in: packages/core/src/types.ts:47

Type Parameters

T

T extends string

Properties

at?

optional at?: number

Defined in: packages/core/src/types.ts:52

Wall-clock timestamp. Ignored by the renderer.


id

id: string

Defined in: packages/core/src/types.ts:50

Unique per log entry. Ignored by the renderer.


type

type: T

Defined in: packages/core/src/types.ts:48